Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4119 in orxonox.OLD for orxonox/trunk/src/defs


Ignore:
Timestamp:
May 7, 2005, 11:38:19 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: staff-section added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/defs/globals.h

    r4091 r4119  
    66*/
    77
    8 #ifndef _DEFAULTS_H
    9 #define _DEFAULTS_H
     8#ifndef _GLOBALS_H
     9#define _GLOBALS_H
     10
     11#define ORXONOX_STAFF "Patrick Boenzli - Captain\n" \
     12                      "Benjamin Grauer - First Officer\n" \
     13                      "Christian Meyer - Engeneer\n" \
     14                      "Nico Bernold - Physics\n" \
     15                      "David Gruetter - The ProtoType\n" \
     16                      "many more\n"
    1017
    1118#define DEFAULT_CONFIG_FILE "~/.orxonox/orxonox.conf"
     
    6572#define CONFIG_NAME_VIEW5 "view5"
    6673
    67 #endif /* _DEFAULTS_H */
     74
     75#endif /* _GLOBALS_H */
Note: See TracChangeset for help on using the changeset viewer.