mirror of
https://github.com/halpz/re3.git
synced 2025-07-26 03:22:43 +00:00
Merge remote-tracking branch 'origin/miami' into lcs
# Conflicts: # src/modelinfo/BaseModelInfo.cpp
This commit is contained in:
@ -49,6 +49,7 @@
|
||||
#include "Object.h"
|
||||
#include "Automobile.h"
|
||||
#include "Bike.h"
|
||||
#include "Wanted.h"
|
||||
|
||||
bool bAllCarCheat;
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
#include "Vehicle.h"
|
||||
#include "Skidmarks.h"
|
||||
#include "AnimManager.h"
|
||||
|
||||
enum eBikeNodes {
|
||||
BIKE_NODE_NONE,
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include "RpAnimBlend.h"
|
||||
#include "Record.h"
|
||||
#include "Shadows.h"
|
||||
#include "Wanted.h"
|
||||
|
||||
#define INVALID_ORIENTATION (-9999.99f)
|
||||
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user