Changeset 480 for code/branches/FICN/src/loader/LevelLoader.h
- Timestamp:
- Dec 12, 2007, 7:54:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/loader/LevelLoader.h
r474 r480 24 24 { 25 25 private: 26 /*27 // XML Nodes28 XMLNode rootNode;29 XMLNode loadingScreenNode;30 XMLNode worldNode;31 XMLNode audioNode;32 XMLNode scriptsNode;33 */34 26 // Level information 35 27 std::string name_; 36 28 std::string description_; 37 29 std::string image_; 38 39 30 std::string loadingBackgroundColor_; 40 31 std::string loadingBackgroundImage_; … … 44 35 std::string loadingBarWidth_; 45 36 std::string loadingBarHeight_; 37 38 bool valid_; 46 39 40 TiXmlDocument doc; 41 TiXmlElement* rootElement; 47 42 public: 48 43 … … 52 47 53 48 void showLoadingScreen(); 49 void loadLevel(); 54 50 55 51 // Getters
Note: See TracChangeset
for help on using the changeset viewer.