add ScreenInstructions::PrevScreen
This commit is contained in:
Glenn Maynard
2004-05-08 06:00:08 +00:00
parent 0b2c5702a8
commit 2e540b3931
2 changed files with 7 additions and 26 deletions
-3
View File
@@ -20,10 +20,7 @@ class ScreenInstructions : public ScreenWithMenuElements
{
public:
ScreenInstructions( CString sName );
virtual ~ScreenInstructions();
virtual void Update( float fDeltaTime );
virtual void DrawPrimitives();
virtual void Input( const DeviceInput& DeviceI, const InputEventType type, const GameInput &GameI, const MenuInput &MenuI, const StyleInput &StyleI );
virtual void HandleScreenMessage( const ScreenMessage SM );