Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3452 in orxonox.OLD for orxonox/trunk/src/gui/orxonox_gui_exec.h


Ignore:
Timestamp:
Mar 2, 2005, 6:49:46 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: gui: added resolution-selection-menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/gui/orxonox_gui_exec.h

    r3423 r3452  
    5656};
    5757
    58 
     58//! A simple hashtable
    5959struct HashTable
    6060{
    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
    6464};
    6565
Note: See TracChangeset for help on using the changeset viewer.