diff -r 3c04e05ab24f -r 67b6ef6917ba src/demo.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/demo.h Wed Jul 17 18:46:47 2013 +0300 @@ -0,0 +1,21 @@ +#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 \ No newline at end of file