Changeset 10768 for code/branches/cpp11_v2/src/libraries/core/Game.cc
- Timestamp:
- Nov 6, 2015, 10:54:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/core/Game.cc
r10765 r10768 66 66 67 67 std::map<std::string, GameStateInfo> Game::gameStateDeclarations_s; 68 Game* Game::singletonPtr_s = 0;68 Game* Game::singletonPtr_s = nullptr; 69 69 70 70 //! Represents one node of the game state tree.
Note: See TracChangeset
for help on using the changeset viewer.