summaryrefslogtreecommitdiffstats
path: root/src/game/client/splash.hh
blob: e9304702ad0eb5da79c6902a3bc40905cf60e9b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef CLIENT_SPLASH_HH
#define CLIENT_SPLASH_HH 1
#pragma once

namespace client_splash
{
void init(void);
void init_late(void);
void render(void);
} // namespace client_splash

#endif // CLIENT_SPLASH_HH