use standard C bool type:
get rid of qfalse, qtrue aliases everywhere replace qboolean in q3map2, q3data redefine qboolean type in q2 tools, mbspc
This commit is contained in:
@@ -136,4 +136,4 @@ typedef struct
|
||||
|
||||
#define _3DS_CHUNK_KEYFRAME_DATA 0xb000
|
||||
|
||||
void _3DS_LoadPolysets( const char *filename, polyset_t **ppPSET, int *numpsets, qboolean verbose );
|
||||
void _3DS_LoadPolysets( const char *filename, polyset_t **ppPSET, int *numpsets, bool verbose );
|
||||
|
||||
Reference in New Issue
Block a user