Includes overhaul, fix some compiler warnings

This commit is contained in:
erorcun 2021-01-16 16:44:59 +03:00 committed by shfil
commit 5a47379bf5
42 changed files with 105 additions and 146 deletions

View file

@ -44,6 +44,7 @@
#include "PlayerPed.h"
#include "Object.h"
#include "Automobile.h"
#include "Wanted.h"
bool bAllCarCheat; // unused

View file

@ -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;