Changeset 1634 for code/branches/gcc43/src/asylum/loader
- Timestamp:
- Jun 29, 2008, 7:36:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gcc43/src/asylum/loader/LevelLoader.h
r1505 r1634 30 30 31 31 // Getters 32 inlinestd::string name() {return name_; };33 inlinestd::string description() {return description_; };34 inlinestd::string image() {return image_; };32 std::string name() {return name_; }; 33 std::string description() {return description_; }; 34 std::string image() {return image_; }; 35 35 private: 36 36 //! Level information
Note: See TracChangeset
for help on using the changeset viewer.