src/demo.h

changeset 22
2fe0b7e0da7b
parent 20
a5457405cc9b
child 30
6b82f6a3ad53
--- a/src/demo.h	Sun Sep 08 16:53:31 2013 +0300
+++ b/src/demo.h	Sun Sep 08 17:17:13 2013 +0300
@@ -35,6 +35,13 @@
 	DemoWads
 };
 
+enum BuildType {
+	OtherBuild    = 0,
+	ReleaseBuild  = 1,
+	InternalBuild = 2,
+	PrivateBuild  = 3
+};
+
 struct VersionInfo {
 	str shortVersion;
 	str versionString;

mercurial