Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 25, 2015, 7:20:21 PM (9 years ago)
Author:
landauf
Message:

moved config values and all related functions from Game and Core to GameConfig and CoreConfig respectively. this ensures that no framework features are used by Game and Core before Core itself initialized the framework.

File:
1 edited

Legend:

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

    r10464 r10479  
    155155    class Context;
    156156    class Core;
     157    class CoreConfig;
    157158    class Destroyable;
    158159    class DestroyLaterManager;
     
    164165    class Factory;
    165166    class Game;
     167    class GameConfig;
    166168    class GameState;
    167169    struct GameStateInfo;
Note: See TracChangeset for help on using the changeset viewer.