Last change
on this file since 3398 was
3224,
checked in by bensch, 20 years ago
|
orxonox/trunk: FILE_H → _FILE_H to all h-files.
|
File size:
469 bytes
|
Rev | Line | |
---|
[2636] | 1 | |
---|
[3224] | 2 | #ifndef _STORY_DEF_H |
---|
| 3 | #define _STORY_DEF_H |
---|
[2636] | 4 | |
---|
| 5 | |
---|
[3220] | 6 | #define DEBUG_CAMPAIGN_0 1000 |
---|
| 7 | #define DEBUG_CAMPAIGN_1 1001 |
---|
| 8 | #define DEBUG_CAMPAIGN_2 1002 |
---|
[2636] | 9 | |
---|
[3220] | 10 | #define DEBUG_WORLD_0 100 |
---|
| 11 | #define DEBUG_WORLD_1 101 |
---|
| 12 | #define DEBUG_WORLD_2 102 |
---|
[2636] | 13 | |
---|
| 14 | #define WORLD_ID_0 0 |
---|
| 15 | #define WORLD_ID_1 1 |
---|
| 16 | #define WORLD_ID_2 2 |
---|
| 17 | #define WORLD_ID_3 3 |
---|
| 18 | #define WORLD_ID_4 4 |
---|
| 19 | #define WORLD_ID_5 5 |
---|
| 20 | #define WORLD_ID_GAMEEND 999 |
---|
| 21 | |
---|
[3220] | 22 | #define MAX_STORY_ENTITIES 99 //!> maximal StoryEntities in a Campaign |
---|
[2636] | 23 | |
---|
[3224] | 24 | #endif /* _STORY_DEF_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.