Clean up the demo api a little.

This way, I can be more assured of what might be called from outside
cl_demo.c.
This commit is contained in:
Bill Currie 2011-06-03 22:47:32 +09:00
parent 82038bb504
commit 2ecdec91a8
3 changed files with 47 additions and 44 deletions

View file

@ -326,12 +326,8 @@ float CL_KeyState (kbutton_t *key);
// cl_demo.c
void CL_StopPlayback (void);
void CL_StopRecording (void);
int CL_GetMessage (void);
void CL_Stop_f (void);
void CL_Record_f (void);
void CL_PlayDemo_f (void);
void CL_TimeDemo_f (void);
void CL_Demo_Init (void);
extern struct cvar_s *demo_gzip;