comparison: src/demo.h
src/demo.h
- changeset 38
- db677d321cf4
- parent 37
- c82a86ea87be
- child 39
- 2c368cf5cc19
equal
deleted
inserted
replaced
17 */ |
17 */ |
18 |
18 |
19 #pragma once |
19 #pragma once |
20 #include "types.h" |
20 #include "types.h" |
21 |
21 |
22 enum |
|
23 { |
|
24 DemoLength, |
|
25 DemoVersion, |
|
26 DemoCVars, |
|
27 DemoUserInfo, |
|
28 DemoBodyStart, |
|
29 DemoTiccmd, |
|
30 DemoInvUse, |
|
31 DemoCenterView, |
|
32 DemoTaunt, |
|
33 DemoEnd, |
|
34 DemoWads |
|
35 }; |
|
36 |
|
37 enum BuildType |
22 enum BuildType |
38 { |
23 { |
39 OtherBuild = 0, |
24 OtherBuild = 0, |
40 ReleaseBuild = 1, |
25 ReleaseBuild = 1, |
41 InternalBuild = 2, |
26 InternalBuild = 2, |