mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-29 20:20:43 +00:00
qfcc now supports typedef
This commit is contained in:
parent
ed91b16f45
commit
52aa1c311b
1 changed files with 1 additions and 3 deletions
|
@ -30,9 +30,7 @@
|
|||
#ifndef _KEYS_H
|
||||
#define _KEYS_H
|
||||
|
||||
#ifdef __QFCC__
|
||||
# define typedef
|
||||
#else
|
||||
#ifndef __QFCC__
|
||||
# include "QF/qtypes.h"
|
||||
# include "QF/vfile.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue