Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7248 in orxonox.OLD for branches/preferences/src/orxonox.h


Ignore:
Timestamp:
Mar 24, 2006, 7:03:22 PM (18 years ago)
Author:
rennerc
Message:

removed some more iniParsers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/preferences/src/orxonox.h

    r7221 r7248  
    3232  Orxonox ();
    3333
    34   void parseIniFile(const std::string& fileName);
    35 
    3634  int initResources ();
    3735  int initVideo ();
     
    4644  static Orxonox*   singletonRef;            //!< singleton reference to orxonox
    4745
    48   IniParser*        iniParser;               //!< Reference to the ini-parser used in orxonox
    4946  std::string       configFileName;          //!< Filename of the configuration-file.
    5047  GameLoader*       gameLoader;              //!< The gameLoader
Note: See TracChangeset for help on using the changeset viewer.