Changeset 4830 in orxonox.OLD for orxonox/trunk/src/orxonox.h
- Timestamp:
- Jul 11, 2005, 5:43:37 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/orxonox.h
r4822 r4830 41 41 int initResources (); 42 42 43 const char* getConfigFile ( int argc, char** argv);43 const char* getConfigFile (); 44 44 45 45 private: … … 47 47 48 48 IniParser* iniParser; //!< Reference to the ini-parser used in orxonox 49 char configFileName[256];//!< Filename of the configuration-file.49 char* configFileName; //!< Filename of the configuration-file. 50 50 GameLoader* gameLoader; //!< The gameLoader 51 51
Note: See TracChangeset
for help on using the changeset viewer.