]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
client: Move host prototypes to host.h
[xonotic/darkplaces.git] / client.h
index e3be51c729d9e1a456c850dc11fd7f90a4a5cd02..a4cd3e74776003049e3ce2bae60a65b1b15aa17e 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1801,8 +1801,6 @@ void CL_RelinkLightFlashes(void);
 void CL_Beam_AddPolygons(const beam_t *b);
 void Sbar_ShowFPS(void);
 void Sbar_ShowFPS_Update(void);
-void Host_SaveConfig(void);
-void Host_LoadConfig_f(cmd_state_t *cmd);
 void CL_UpdateMoveVars(void);
 void SCR_CaptureVideo_SoundFrame(const portable_sampleframe_t *paintbuffer, size_t length);
 void V_DriftPitch(void);