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

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