Add ReloadScreen().

This commit is contained in:
Steve Checkoway
2006-03-18 11:02:20 +00:00
parent 1b0c19d442
commit 2dcdea5467
4 changed files with 13 additions and 5 deletions
+3
View File
@@ -47,6 +47,9 @@ public:
/* This is called when the screen is popped. */
virtual void EndScreen() { }
/* Call this to reload the current screen. */
virtual void ReloadScreen();
virtual void Update( float fDeltaTime );
virtual bool OverlayInput( const InputEventPlus &input );