mirror of
https://github.com/ioquake/jedi-outcast.git
synced 2024-11-09 23:01:48 +00:00
match JA and typedef LPCSTR q_shared.h
This commit is contained in:
parent
81cc9190a4
commit
c294d5e494
2 changed files with 2 additions and 4 deletions
|
@ -334,6 +334,8 @@ typedef unsigned char byte;
|
|||
typedef unsigned short word;
|
||||
typedef unsigned long ulong;
|
||||
|
||||
typedef const char *LPCSTR;
|
||||
|
||||
typedef enum {qfalse, qtrue} qboolean;
|
||||
|
||||
typedef int qhandle_t;
|
||||
|
|
|
@ -3,10 +3,6 @@
|
|||
#ifndef TR_LOCAL_H
|
||||
#define TR_LOCAL_H
|
||||
|
||||
#ifdef __linux__
|
||||
typedef const char * LPCSTR;
|
||||
#endif
|
||||
|
||||
#include "../game/q_shared.h"
|
||||
#include "../qcommon/qfiles.h"
|
||||
#include "../qcommon/qcommon.h"
|
||||
|
|
Loading…
Reference in a new issue