Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8148 in orxonox.OLD for trunk/src/lib/event/event_def.h


Ignore:
Timestamp:
Jun 5, 2006, 12:46:02 PM (19 years ago)
Author:
bensch
Message:

trunk: output of EventListener Nicer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/event/event_def.h

    r7919 r8148  
    4242//! this is an enumeration of all states of the event_handler/game
    4343typedef enum elState
    44   {
    45     ES_NULL         = -1,
    46     ES_GAME         = 0,       //!< the state during the game plays
    47     ES_GAME_MENU    = 1,       //!< state when the menu is called during game
    48     ES_MENU         = 2,       //!< orxonox menu state
    49     ES_SHELL        = 3,       //!< if we are in shell Modus
     44{
     45  ES_NULL         = -1,
     46  ES_GAME         = 0,       //!< the state during the game plays
     47  ES_GAME_MENU    = 1,       //!< state when the menu is called during game
     48  ES_MENU         = 2,       //!< orxonox menu state
     49  ES_SHELL        = 3,       //!< if we are in shell Modus
    5050
    51     ES_ALL          = 4,       //!< you want to register events for all states
     51  ES_ALL          = 4,       //!< you want to register events for all states
    5252
    53     ES_NUMBER       = 5,       //!< the number of states
    54   };
     53  ES_NUMBER       = 5,       //!< the number of states
     54};
     55
     56
    5557
    5658
Note: See TracChangeset for help on using the changeset viewer.