Changeset 4746 in orxonox.OLD for orxonox/trunk/src/lib/gui/gui_keys.h
- Timestamp:
- Jul 1, 2005, 12:48:48 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/gui/gui_keys.h
r4427 r4746 27 27 { 28 28 public: 29 GuiKeys( void);30 ~GuiKeys( void);29 GuiKeys(); 30 ~GuiKeys(); 31 31 32 32 static Window* inputWindow; //!< A Window that gets keyboard clicks. Static, because only one needed. … … 44 44 PlayerKeys(char* player); 45 45 46 Button* getOpenButton( void);46 Button* getOpenButton(); 47 47 }; 48 48 … … 55 55 MiscKeys(); 56 56 57 Button* getOpenButton( void);57 Button* getOpenButton(); 58 58 }; 59 59
Note: See TracChangeset
for help on using the changeset viewer.