WIP
This commit is contained in:
5237
game_re/gh_types.h
5237
game_re/gh_types.h
File diff suppressed because it is too large
Load Diff
@@ -6,6 +6,7 @@
|
||||
#if _WIN32
|
||||
#include <Windows.h>
|
||||
#include <d3d8.h>
|
||||
#include <dinput.h>
|
||||
#else
|
||||
#include "win32_shim.h"
|
||||
#endif
|
||||
@@ -21,6 +22,7 @@ typedef uint16_t word;
|
||||
typedef uint32_t dword;
|
||||
typedef unsigned long ulong;
|
||||
typedef unsigned char uchar;
|
||||
typedef unsigned long uint;
|
||||
|
||||
struct undefined3 {
|
||||
uint8_t _0;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -13,6 +13,7 @@ dlgs.h
|
||||
excpt.h
|
||||
float.h
|
||||
guiddef.h
|
||||
Guiddef.h
|
||||
imm.h
|
||||
io.h
|
||||
jmorecfg.h
|
||||
@@ -48,7 +49,6 @@ rpcnsip.h
|
||||
rpcnterr.h
|
||||
servprov.h
|
||||
shellapi.h
|
||||
snddef.h
|
||||
stdarg.h
|
||||
stdint.h
|
||||
stdio.h
|
||||
|
||||
Reference in New Issue
Block a user