simplify
add ScreenInstructions::PrevScreen
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user