mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +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 cbuf_t *qtv_cbuf;
|
||||
extern cbuf_args_t *qtv_args;
|
||||
extern struct cbuf_s *qtv_cbuf;
|
||||
extern struct cbuf_args_s *qtv_args;
|
||||
|
||||
struct client_s;
|
||||
|
||||
|
|
Loading…
Reference in a new issue