mirror of
https://github.com/halpz/re3.git
synced 2025-06-29 11:46:35 +00:00
CCopPed done and #include cleanup
This commit is contained in:
@ -39,6 +39,7 @@
|
||||
#include "PathFind.h"
|
||||
#include "AnimManager.h"
|
||||
#include "RpAnimBlend.h"
|
||||
#include "AnimBlendAssociation.h"
|
||||
#include "Ped.h"
|
||||
#include "PlayerPed.h"
|
||||
#include "Object.h"
|
||||
|
@ -19,6 +19,8 @@
|
||||
#include "World.h"
|
||||
#include "WaterLevel.h"
|
||||
#include "PlayerPed.h"
|
||||
#include "Wanted.h"
|
||||
#include "DMAudio.h"
|
||||
#include "Object.h"
|
||||
#include "HandlingMgr.h"
|
||||
#include "Heli.h"
|
||||
|
@ -7,6 +7,8 @@
|
||||
#include "Streaming.h"
|
||||
#include "Replay.h"
|
||||
#include "Camera.h"
|
||||
#include "DMAudio.h"
|
||||
#include "Wanted.h"
|
||||
#include "Coronas.h"
|
||||
#include "Particle.h"
|
||||
#include "Explosion.h"
|
||||
|
@ -10,6 +10,7 @@
|
||||
#include "Coronas.h"
|
||||
#include "World.h"
|
||||
#include "Ped.h"
|
||||
#include "DMAudio.h"
|
||||
#include "HandlingMgr.h"
|
||||
#include "Train.h"
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include "Renderer.h"
|
||||
#include "DMAudio.h"
|
||||
#include "Radar.h"
|
||||
#include "Fire.h"
|
||||
|
||||
bool &CVehicle::bWheelsOnlyCheat = *(bool *)0x95CD78;
|
||||
bool &CVehicle::bAllDodosCheat = *(bool *)0x95CD75;
|
||||
|
Reference in New Issue
Block a user