mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 09:50:33 +00:00
CCopPed done and #include cleanup
This commit is contained in:
parent
739e80614d
commit
112685ebac
51 changed files with 318 additions and 69 deletions
|
@ -3,7 +3,9 @@
|
|||
#include "main.h"
|
||||
#include "FileMgr.h"
|
||||
#include "WeaponInfo.h"
|
||||
#include "AnimManager.h"
|
||||
#include "AnimBlendAssociation.h"
|
||||
#include "Weapon.h"
|
||||
|
||||
//CWeaponInfo (&CWeaponInfo::ms_apWeaponInfos)[14] = * (CWeaponInfo(*)[14]) * (uintptr*)0x6503EC;
|
||||
CWeaponInfo CWeaponInfo::ms_apWeaponInfos[WEAPONTYPE_TOTALWEAPONS];
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#pragma once
|
||||
#include "common.h"
|
||||
#include "Weapon.h"
|
||||
#include "AnimManager.h"
|
||||
|
||||
enum AnimationId;
|
||||
enum eWeaponFire;
|
||||
enum eWeaponType;
|
||||
|
||||
class CWeaponInfo {
|
||||
// static CWeaponInfo(&ms_apWeaponInfos)[14];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue