mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
[qw] Fix an extern in a C file
Rather worrying finding one. I guess I didn't feel like finding a header for the declaration at time time.
This commit is contained in:
parent
ef574e67d0
commit
d987cef32e
3 changed files with 2 additions and 3 deletions
|
@ -280,6 +280,8 @@ extern struct cvar_s *skin;
|
|||
|
||||
extern struct cvar_s *cl_fb_players;
|
||||
|
||||
extern struct cvar_s *hud_scoreboard_uid;
|
||||
|
||||
extern client_state_t cl;
|
||||
|
||||
extern entity_t *cl_entities[512];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue