Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 29, 2008, 7:36:33 PM (16 years ago)
Author:
nicolasc
Message:

just a test - don't morge this

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gcc43/src/asylum/loader/LevelLoader.h

    r1505 r1634  
    3030
    3131    // Getters
    32     inline std::string name() {return name_; };
    33     inline std::string description() {return description_; };
    34     inline std::string image() {return image_; };
     32    std::string name() {return name_; };
     33    std::string description() {return description_; };
     34    std::string image() {return image_; };
    3535  private:
    3636    //! Level information
Note: See TracChangeset for help on using the changeset viewer.