Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7221 in orxonox.OLD for trunk/src/orxonox.h


Ignore:
Timestamp:
Mar 15, 2006, 3:10:45 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the std-branche back, it runs on windows and Linux

svn merge https://svn.orxonox.net/orxonox/branches/std . -r7202:HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/orxonox.h

    r5996 r7221  
    3232  Orxonox ();
    3333
    34   void parseIniFile(const char* fileName);
     34  void parseIniFile(const std::string& fileName);
    3535
    3636  int initResources ();
     
    4141  int initMisc ();
    4242
    43   const char* getConfigFile ();
     43  const std::string& getConfigFile ();
    4444
    4545 private:
     
    4747
    4848  IniParser*        iniParser;               //!< Reference to the ini-parser used in orxonox
    49   char*             configFileName;          //!< Filename of the configuration-file.
     49  std::string       configFileName;          //!< Filename of the configuration-file.
    5050  GameLoader*       gameLoader;              //!< The gameLoader
    5151
Note: See TracChangeset for help on using the changeset viewer.