mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 12:41:21 +00:00
screen: move the SCR_DrawCrosshair declaration to the header.
This commit is contained in:
parent
1d81f2e2b6
commit
2b66ce0372
2 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,6 @@
|
|||
|
||||
#include "header/client.h"
|
||||
|
||||
void SCR_DrawCrosshair(void);
|
||||
|
||||
/* development tools for weapons */
|
||||
int gun_frame;
|
||||
struct model_s *gun_model;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue