Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/heightMap/src/story_entities/story_def.h @ 4095

Last change on this file since 4095 was 4021, checked in by nico, 19 years ago

branches/heightmap/: created new empty files for the heightmap class.

File size: 496 bytes
Line 
1
2#ifndef _STORY_DEF_H
3#define _STORY_DEF_H
4
5
6#define DEBUG_CAMPAIGN_0 1000
7#define DEBUG_CAMPAIGN_1 1001
8#define DEBUG_CAMPAIGN_2 1002
9
10#define DEBUG_WORLD_0 100
11#define DEBUG_WORLD_1 101
12#define DEBUG_WORLD_2 102
13#define DEBUG_WORLD_3 103
14
15
16#define WORLD_ID_0 0
17#define WORLD_ID_1 1
18#define WORLD_ID_2 2
19#define WORLD_ID_3 3
20#define WORLD_ID_4 4
21#define WORLD_ID_5 5
22#define WORLD_ID_GAMEEND 999
23
24#define MAX_STORY_ENTITIES 99 //!> maximal StoryEntities in a Campaign
25
26#endif /* _STORY_DEF_H */
Note: See TracBrowser for help on using the repository browser.