--- a/src/demo.h Wed Jul 17 19:45:19 2013 +0300 +++ b/src/demo.h Sun Aug 11 02:58:55 2013 +0300 @@ -1,5 +1,6 @@ #ifndef DEMO_H #define DEMO_H + #include "types.h" enum { @@ -16,6 +17,12 @@ DemoWads }; -int launchDemo( str path ); +struct VersionInfo { + str shortVersion; + str versionString; + bool release; +}; + +int launchDemo (str path); #endif // DEMO_H \ No newline at end of file