Add fly animations
This commit is contained in:
@@ -12,8 +12,9 @@ public:
|
||||
void OpenScreen(Screen* screen);
|
||||
void CloseScreen();
|
||||
|
||||
Screen* GetCurrentScreen() const { return m_currentScreen; }
|
||||
|
||||
Screen* GetCurrentScreen() const { return m_currentScreen; }
|
||||
bool IsScreenOpen();
|
||||
|
||||
static ScreenManager* m_pInstance;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user