Changeset 4774 in orxonox.OLD for orxonox/trunk/src/defs
- Timestamp:
- Jul 2, 2005, 6:28:26 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/defs/globals.h
r4766 r4774 1 1 /*! 2 2 \file globals.h 3 \brief This file defines some default values.3 \brief This file defines some global default values. 4 4 5 5 no Class is defined here. … … 8 8 #ifndef _GLOBALS_H 9 9 #define _GLOBALS_H 10 11 #include "confincl.h" 12 10 13 11 14 #define ORXONOX_STAFF "Patrick Boenzli - Captain\n" \ … … 18 21 #define DEFAULT_CONFIG_FILE "~/.orxonox/orxonox.conf" 19 22 #define DEFAULT_LOCK_FILE "~/.orxonox/orxonox.lock" 20 #define DEFAULT_DATA_DIR "/usr/share/orxonox/data/"23 #define DEFAULT_DATA_DIR DATADIR "/orxonox" 21 24 #define DEFAULT_DATA_DIR_CHECKFILE "data.oxd" 22 25
Note: See TracChangeset
for help on using the changeset viewer.