mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
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:
parent
82038bb504
commit
2ecdec91a8
3 changed files with 47 additions and 44 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue