Wed, 17 Jul 2013 19:44:46 +0300
Added a prompt for demo information
#ifndef DEMO_H #define DEMO_H #include "types.h" enum { DemoLength, DemoVersion, DemoCVars, DemoUserInfo, DemoBodyStart, DemoTiccmd, DemoInvUse, DemoCenterView, DemoTaunt, DemoEnd, DemoWads }; int launchDemo( str path ); #endif // DEMO_H