mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-25 02:52:06 +00:00
type forward delc issues
This commit is contained in:
parent
a378581570
commit
06e4000d0d
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ typedef enum {
|
||||||
|
|
||||||
extern double realtime;
|
extern double realtime;
|
||||||
|
|
||||||
extern cbuf_t *qtv_cbuf;
|
extern struct cbuf_s *qtv_cbuf;
|
||||||
extern cbuf_args_t *qtv_args;
|
extern struct cbuf_args_s *qtv_args;
|
||||||
|
|
||||||
struct client_s;
|
struct client_s;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue