mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 06:14:07 +00:00
implemented splashes; fixed zones
This commit is contained in:
parent
c40c7acb96
commit
b63c87e8a6
14 changed files with 241 additions and 91 deletions
|
@ -40,12 +40,13 @@ typedef int32_t int32, Int32;
|
|||
typedef uintptr_t uintptr;
|
||||
typedef uint64_t uint64, UInt64;
|
||||
typedef int64_t int64, Int64;
|
||||
// hardcode ucs-2
|
||||
typedef uint16_t wchar, WChar;
|
||||
|
||||
typedef float Float;
|
||||
typedef double Double;
|
||||
typedef bool Bool;
|
||||
typedef char Char;
|
||||
typedef wchar_t WChar;
|
||||
|
||||
#define nil NULL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue