Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 31, 2008, 6:07:57 PM (16 years ago)
Author:
rgrieder
Message:
  • renamed:

GameState —> GameStateBase
GameStateTyped<T> —> GameState

  • moved command line parsing from GSRoot to RootGameState.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/core/CorePrereqs.h

    r1688 r1689  
    162162
    163163  // game states
     164  class GameStateBase;
     165  template <class ParentType>
    164166  class GameState;
    165   template <class ParentType>
    166   class GameStateTyped;
    167167  class RootGameState;
    168168
Note: See TracChangeset for help on using the changeset viewer.