Changeset 7218 in orxonox.OLD for branches/std/src/lib/gui/gl_gui/glgui_menu.h
- Timestamp:
- Mar 12, 2006, 3:00:04 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/std/src/lib/gui/gl_gui/glgui_menu.h
r5391 r7218 24 24 void init(); 25 25 26 void addItem(const char*itemName);27 void removeItem(const char*itemName);26 void addItem(const std::string& itemName); 27 void removeItem(const std::string& itemName); 28 28 void removeItem(unsigned int itemNumber); 29 void selectItem(const char*itemName);29 void selectItem(const std::string& itemName); 30 30 void selectItem(unsigned int itemNumber); 31 31
Note: See TracChangeset
for help on using the changeset viewer.