add jar
This commit is contained in:
parent
ae606bd06f
commit
58f3dbc6a9
7 changed files with 4023 additions and 0 deletions
|
|
@ -36,6 +36,10 @@ typedef unsigned short GSU16;
|
|||
typedef unsigned int GSU32;
|
||||
typedef unsigned long GSU64;
|
||||
#endif
|
||||
typedef GSU8 GSBool;
|
||||
|
||||
#define GSTrue ((GSBool)1)
|
||||
#define GSFalse ((GSBool)0)
|
||||
|
||||
typedef struct _GSVersion GSVersion;
|
||||
typedef struct _GSEngineParam GSEngineParam;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue