mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 12:29:01 +00:00
lil fix
This commit is contained in:
parent
0bd373cd56
commit
a82188ac07
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
#endif
|
#endif
|
||||||
#if (defined GTA_PC && !defined GTAVC_JP_PATCH || defined GTA_XBOX || defined SUPPORT_XBOX_SCRIPT || defined GTA_MOBILE || defined SUPPORT_MOBILE_SCRIPT)
|
#if (defined GTA_PC && !defined GTAVC_JP_PATCH || defined GTA_XBOX || defined SUPPORT_XBOX_SCRIPT || defined GTA_MOBILE || defined SUPPORT_MOBILE_SCRIPT)
|
||||||
#include "General.h"
|
#include "General.h"
|
||||||
#include "Maths.h"
|
#include "maths.h"
|
||||||
#endif
|
#endif
|
||||||
#include "Hud.h"
|
#include "Hud.h"
|
||||||
#include "Pad.h"
|
#include "Pad.h"
|
||||||
|
|
Loading…
Reference in a new issue