mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 13:14:07 +00:00
Part one
This commit is contained in:
parent
ac26d9cdda
commit
63951d9b95
19 changed files with 172 additions and 230 deletions
|
@ -12,7 +12,7 @@
|
|||
#include <math.h>
|
||||
|
||||
#ifdef WITHWINDOWS
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#ifdef WITHD3D
|
||||
|
@ -62,7 +62,7 @@ typedef int64_t int64;
|
|||
typedef uint16_t wchar;
|
||||
|
||||
#ifndef nil
|
||||
#define nil nullptr
|
||||
#define nil NULL
|
||||
#endif
|
||||
|
||||
#include "config.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue