Changeset 4746 in orxonox.OLD for orxonox/trunk/src/lib/gui/gui_keys.cc
- 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.cc
r4427 r4746 31 31 \brief Creates an Keyboard-Frame 32 32 */ 33 GuiKeys::GuiKeys( void)33 GuiKeys::GuiKeys() 34 34 { 35 35 Frame* keysFrame; //!< The Frame that holds the keyOptions. … … 79 79 \brief Destructs the Keys-stuff 80 80 */ 81 GuiKeys::~GuiKeys( void)81 GuiKeys::~GuiKeys() 82 82 { 83 83 // nothing to do here. … … 149 149 \returns the OpenButton of a Player 150 150 */ 151 Button* PlayerKeys::getOpenButton( void)151 Button* PlayerKeys::getOpenButton() 152 152 { 153 153 return this->openButton; … … 214 214 \returns the OpenButton of a Misc 215 215 */ 216 Button* MiscKeys::getOpenButton( void)216 Button* MiscKeys::getOpenButton() 217 217 { 218 218 return this->openButton;
Note: See TracChangeset
for help on using the changeset viewer.