Changeset 3452 in orxonox.OLD for orxonox/trunk/src/gui/orxonox_gui_exec.h
- Timestamp:
- Mar 2, 2005, 6:49:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/gui/orxonox_gui_exec.h
r3423 r3452 56 56 }; 57 57 58 58 //! A simple hashtable 59 59 struct HashTable 60 60 { 61 char* name; 62 char* value; 63 HashTable* next; 61 char* name; //!< name of the entry 62 char* value; //!< value of the entry 63 HashTable* next; //!< pointer to the next entry 64 64 }; 65 65
Note: See TracChangeset
for help on using the changeset viewer.