screen: move the SCR_DrawCrosshair declaration to the header.

This commit is contained in:
svdijk 2014-05-06 19:55:43 +02:00
parent 1d81f2e2b6
commit 2b66ce0372
2 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,6 @@
#include "header/client.h"
void SCR_DrawCrosshair(void);
/* development tools for weapons */
int gun_frame;
struct model_s *gun_model;

View File

@ -65,6 +65,8 @@ void SCR_RunCinematic(void);
void SCR_StopCinematic(void);
void SCR_FinishCinematic(void);
void SCR_DrawCrosshair(void);
float SCR_GetHUDScale(void);
#endif