Sun, 11 Aug 2013 02:58:55 +0300
Overhauled the way versions are handled, it's all kept dynamically now.
#ifndef DEMO_H #define DEMO_H #include "types.h" enum { DemoLength, DemoVersion, DemoCVars, DemoUserInfo, DemoBodyStart, DemoTiccmd, DemoInvUse, DemoCenterView, DemoTaunt, DemoEnd, DemoWads }; struct VersionInfo { str shortVersion; str versionString; bool release; }; int launchDemo (str path); #endif // DEMO_H