mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 21:30:34 +00:00
parent
6eaf0e4b41
commit
d6314f9564
19 changed files with 230 additions and 172 deletions
|
@ -1,13 +1,12 @@
|
|||
#pragma once
|
||||
|
||||
#include "AnimManager.h"
|
||||
#include "CrimeType.h"
|
||||
#include "EventList.h"
|
||||
#include "PedIK.h"
|
||||
#include "PedStats.h"
|
||||
#include "Physical.h"
|
||||
#include "Weapon.h"
|
||||
#include "PedStats.h"
|
||||
#include "PedIK.h"
|
||||
#include "AnimManager.h"
|
||||
#include "WeaponInfo.h"
|
||||
#include "EventList.h"
|
||||
|
||||
#define FEET_OFFSET 1.04f
|
||||
#define CHECK_NEARBY_THINGS_MAX_DIST 15.0f
|
||||
|
@ -18,6 +17,7 @@ class CObject;
|
|||
class CFire;
|
||||
struct AnimBlendFrameData;
|
||||
class CAnimBlendAssociation;
|
||||
enum eCrimeType;
|
||||
|
||||
struct PedAudioData
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue