]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
client: Move sbar prototypes to sbar.h
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 29 Sep 2020 19:19:02 +0000 (19:19 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 29 Sep 2020 19:19:02 +0000 (19:19 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12965 d7cf8633-e32d-0410-b094-e92efae38249

client.h
sbar.h

index a4cd3e74776003049e3ce2bae60a65b1b15aa17e..fef53d4b89adfb8613c13449a087c6c6f7436b0b 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1799,8 +1799,6 @@ void CL_ParseEntityLump(char *entitystring);
 void CL_FindNonSolidLocation(const vec3_t in, vec3_t out, vec_t radius);
 void CL_RelinkLightFlashes(void);
 void CL_Beam_AddPolygons(const beam_t *b);
-void Sbar_ShowFPS(void);
-void Sbar_ShowFPS_Update(void);
 void CL_UpdateMoveVars(void);
 void SCR_CaptureVideo_SoundFrame(const portable_sampleframe_t *paintbuffer, size_t length);
 void V_DriftPitch(void);
diff --git a/sbar.h b/sbar.h
index 68ecf9ea1ac665493cac5c8d4a7dd65f1a02a4a9..23c6d3627cf69b4cc35ac7f622178fe9c66e8c94 100644 (file)
--- a/sbar.h
+++ b/sbar.h
@@ -34,6 +34,9 @@ void Sbar_Init (void);
 /// called every frame by screen
 void Sbar_Draw (void);
 
+void Sbar_ShowFPS(void);
+void Sbar_ShowFPS_Update(void);
+
 int Sbar_GetSortedPlayerIndex (int index);
 void Sbar_SortFrags (void);