Add include-once barrier; make members prot instead of public.
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
#ifndef SCREENCAUTION_H
|
||||||
|
#define SCREENCAUTION_H 1
|
||||||
|
|
||||||
/*
|
/*
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
Class: ScreenCaution
|
Class: ScreenCaution
|
||||||
@@ -23,11 +26,10 @@ public:
|
|||||||
virtual void Input( const DeviceInput& DeviceI, const InputEventType type, const GameInput &GameI, const MenuInput &MenuI, const StyleInput &StyleI );
|
virtual void Input( const DeviceInput& DeviceI, const InputEventType type, const GameInput &GameI, const MenuInput &MenuI, const StyleInput &StyleI );
|
||||||
virtual void HandleScreenMessage( const ScreenMessage SM );
|
virtual void HandleScreenMessage( const ScreenMessage SM );
|
||||||
|
|
||||||
Sprite m_sprCaution;
|
|
||||||
|
|
||||||
TransitionFade m_Wipe;
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void MenuStart( const PlayerNumber p );
|
void MenuStart( const PlayerNumber p );
|
||||||
|
Sprite m_sprCaution;
|
||||||
|
TransitionFade m_Wipe;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user