make MakeNewScreen public
This commit is contained in:
@@ -44,6 +44,7 @@ public:
|
|||||||
void DeletePreparedScreens();
|
void DeletePreparedScreens();
|
||||||
void PushScreen( Screen *pNewScreen, bool bDeleteWhenDone=false, ScreenMessage SendOnPop=SM_None );
|
void PushScreen( Screen *pNewScreen, bool bDeleteWhenDone=false, ScreenMessage SendOnPop=SM_None );
|
||||||
void PopTopScreen( ScreenMessage SM );
|
void PopTopScreen( ScreenMessage SM );
|
||||||
|
Screen* MakeNewScreen( const CString &sName );
|
||||||
Screen *GetTopScreen();
|
Screen *GetTopScreen();
|
||||||
|
|
||||||
// System messages
|
// System messages
|
||||||
@@ -100,7 +101,6 @@ private:
|
|||||||
// operations take a long time, and will cause a skip on the next update.
|
// operations take a long time, and will cause a skip on the next update.
|
||||||
bool m_bZeroNextUpdate;
|
bool m_bZeroNextUpdate;
|
||||||
|
|
||||||
Screen* MakeNewScreen( const CString &sName );
|
|
||||||
void ClearScreenStack();
|
void ClearScreenStack();
|
||||||
void LoadDelayedScreen();
|
void LoadDelayedScreen();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user