src/demo.h

changeset 22
2fe0b7e0da7b
parent 20
a5457405cc9b
child 30
6b82f6a3ad53
equal deleted inserted replaced
21:99225eac33ba 22:2fe0b7e0da7b
33 DemoTaunt, 33 DemoTaunt,
34 DemoEnd, 34 DemoEnd,
35 DemoWads 35 DemoWads
36 }; 36 };
37 37
38 enum BuildType {
39 OtherBuild = 0,
40 ReleaseBuild = 1,
41 InternalBuild = 2,
42 PrivateBuild = 3
43 };
44
38 struct VersionInfo { 45 struct VersionInfo {
39 str shortVersion; 46 str shortVersion;
40 str versionString; 47 str versionString;
41 bool release; 48 bool release;
42 }; 49 };

mercurial