1
0
mirror of https://github.com/td512/re3.git synced 2026-02-03 18:02:31 +00:00
This commit is contained in:
Fire-Head
2020-04-17 08:54:14 +03:00
parent 435a9ca7f2
commit a4922d5cb7
139 changed files with 1350 additions and 1400 deletions

View File

@@ -22,8 +22,8 @@
#include "RwHelper.h"
#endif //GTA_PC
float texLoadTime;// = *(float*)0x8F1B50;
int32 texNumLoaded;// = *(int32*)0x8F252C;
float texLoadTime;
int32 texNumLoaded;
#ifdef LIBRW
#define READNATIVE(stream, tex, size) rwNativeTextureHackRead(stream, tex, size)