Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2007, 2:30:29 PM (17 years ago)
Author:
nicolape
Message:

Did some changes to levelloader

File:
1 edited

Legend:

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

    r469 r470  
    3131               
    3232                // Level information
    33                 string name_;
    34                 string description_;
    35                 string image_;
     33                std::string name_;
     34                std::string description_;
     35                std::string image_;
    3636                       
    3737        public:
     
    4141                ~LevelLoader();
    4242               
    43                 void loadingScreen();
     43                void showLoadingScreen();
    4444               
    4545                // Getters
Note: See TracChangeset for help on using the changeset viewer.