Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 20, 2007, 4:26:02 PM (16 years ago)
Author:
nicolasc
Message:
  • added FIXME-tags - should be selfexplanatory
File:
1 edited

Legend:

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

    r659 r660  
    3737    inline string image() {return image_; };
    3838  private:
    39     // Level information
     39    //! Level information
    4040    std::string name_;
    4141    std::string description_;
     
    4949    std::string loadingBarHeight_;
    5050
    51     // Set to true if it was possible to load the level file
     51    //! Set to true if it was possible to load the level file
    5252    bool valid_;
    5353
Note: See TracChangeset for help on using the changeset viewer.