- Timestamp:
- Jul 2, 2005, 6:55:27 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/defs/globals.h
r4774 r4775 21 21 #define DEFAULT_CONFIG_FILE "~/.orxonox/orxonox.conf" 22 22 #define DEFAULT_LOCK_FILE "~/.orxonox/orxonox.lock" 23 #define DEFAULT_DATA_DIR DATADIR "/orxonox "23 #define DEFAULT_DATA_DIR DATADIR "/orxonox/" 24 24 #define DEFAULT_DATA_DIR_CHECKFILE "data.oxd" 25 25 26 // Defines all the Sections of the Config (in Gui and ORxonox)26 // Defines all the Sections of the Config (in Gui and orxonox) 27 27 //! Name of Section Misc in the config-File 28 28 #define CONFIG_SECTION_MISC "misc"
Note: See TracChangeset
for help on using the changeset viewer.