mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 08:10:33 +00:00
removed cutscene heads
This commit is contained in:
parent
36e1f7b4fb
commit
989ded6052
10 changed files with 9 additions and 252 deletions
|
@ -4,7 +4,7 @@
|
|||
#include "Lists.h"
|
||||
#include "Treadable.h"
|
||||
#include "Object.h"
|
||||
#include "CutsceneHead.h"
|
||||
#include "CutsceneObject.h"
|
||||
#include "PlayerPed.h"
|
||||
#include "Automobile.h"
|
||||
#include "DummyPed.h"
|
||||
|
@ -16,7 +16,7 @@ typedef CPool<CPed,CPlayerPed> CPedPool;
|
|||
typedef CPool<CVehicle,CAutomobile> CVehiclePool;
|
||||
typedef CPool<CBuilding> CBuildingPool;
|
||||
typedef CPool<CTreadable> CTreadablePool;
|
||||
typedef CPool<CObject, CCutsceneHead> CObjectPool;
|
||||
typedef CPool<CObject, CCutsceneObject> CObjectPool;
|
||||
typedef CPool<CDummy, CDummyPed> CDummyPool;
|
||||
typedef CPool<cAudioScriptObject> CAudioScriptObjectPool;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue