5:3c04e05ab24f | 6:67b6ef6917ba |
---|---|
1 #ifndef DEMO_H | |
2 #define DEMO_H | |
3 #include "types.h" | |
4 | |
5 enum { | |
6 DemoLength, | |
7 DemoVersion, | |
8 DemoCVars, | |
9 DemoUserInfo, | |
10 DemoBodyStart, | |
11 DemoTiccmd, | |
12 DemoInvUse, | |
13 DemoCenterView, | |
14 DemoTaunt, | |
15 DemoEnd, | |
16 DemoWads | |
17 }; | |
18 | |
19 int launchDemo( str path ); | |
20 | |
21 #endif // DEMO_H |