Changeset 5843 for code/branches/core5/src/libraries/core/Game.h
- Timestamp:
- Sep 30, 2009, 8:42:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/libraries/core/Game.h
r5747 r5843 143 143 void unloadGraphics(); 144 144 145 void parseStates(std::vector<std::pair<std::string, int> >::const_iterator& it, shared_ptr<GameStateTreeNode> currentNode); 145 146 bool checkState(const std::string& name) const; 146 147 void loadState(const std::string& name);
Note: See TracChangeset
for help on using the changeset viewer.