Changeset 660 for code/branches/FICN/src/loader/LevelLoader.h
- Timestamp:
- Dec 20, 2007, 4:26:02 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/loader/LevelLoader.h
r659 r660 37 37 inline string image() {return image_; }; 38 38 private: 39 // Level information39 //! Level information 40 40 std::string name_; 41 41 std::string description_; … … 49 49 std::string loadingBarHeight_; 50 50 51 // Set to true if it was possible to load the level file51 //! Set to true if it was possible to load the level file 52 52 bool valid_; 53 53
Note: See TracChangeset
for help on using the changeset viewer.