FullscreenUI: Fix compiling without cheevos
This commit is contained in:
@@ -49,8 +49,12 @@ void SystemDestroyed();
|
||||
void SystemPaused(bool paused);
|
||||
void OpenQuickMenu();
|
||||
void CloseQuickMenu();
|
||||
|
||||
#ifdef WITH_CHEEVOS
|
||||
bool OpenAchievementsWindow();
|
||||
bool OpenLeaderboardsWindow();
|
||||
#endif
|
||||
|
||||
void Shutdown();
|
||||
void Render();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user