mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 18:50:34 +00:00
Includes overhaul, fix some compiler warnings
This commit is contained in:
parent
cc6d5374d5
commit
f85b5e99ed
45 changed files with 110 additions and 142 deletions
|
@ -3,15 +3,15 @@
|
|||
#include "Physical.h"
|
||||
#include "AutoPilot.h"
|
||||
#include "ModelIndices.h"
|
||||
#include "AnimManager.h"
|
||||
#include "Weapon.h"
|
||||
#include "AnimationId.h"
|
||||
#include "WeaponType.h"
|
||||
#include "Collision.h"
|
||||
#include "HandlingMgr.h"
|
||||
|
||||
class CPed;
|
||||
class CPlayerPed;
|
||||
class CCopPed;
|
||||
class CFire;
|
||||
struct tHandlingData;
|
||||
|
||||
enum {
|
||||
RANDOM_VEHICLE = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue