mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-05 16:49:59 +00:00
Includes overhaul, fix some compiler warnings
This commit is contained in:
parent
357b67e3f5
commit
5a47379bf5
42 changed files with 105 additions and 146 deletions
|
@ -44,6 +44,7 @@
|
|||
#include "PlayerPed.h"
|
||||
#include "Object.h"
|
||||
#include "Automobile.h"
|
||||
#include "Wanted.h"
|
||||
|
||||
bool bAllCarCheat; // unused
|
||||
|
||||
|
|
|
@ -3,8 +3,9 @@
|
|||
#include "Physical.h"
|
||||
#include "AutoPilot.h"
|
||||
#include "ModelIndices.h"
|
||||
#include "AnimManager.h"
|
||||
#include "Weapon.h"
|
||||
#include "AnimationId.h"
|
||||
#include "WeaponType.h"
|
||||
#include "Collision.h"
|
||||
|
||||
class CPed;
|
||||
class CFire;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue