summaryrefslogtreecommitdiffstats
path: root/src/game/client/gui/splash.hh
blob: ca612fe974e659ea7188bbe288827cf7b4ec2178 (plain)
1
2
3
4
5
6
7
8
#pragma once

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