mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 12:10:32 +00:00
Part one
This commit is contained in:
parent
ac26d9cdda
commit
63951d9b95
19 changed files with 172 additions and 230 deletions
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
#include "Placeable.h"
|
||||
#include "AudioManager.h"
|
||||
#include "ParticleType.h"
|
||||
|
||||
#define MAX_PARTICLEOBJECTS 100
|
||||
#define MAX_AUDIOHYDRANTS 8
|
||||
|
@ -37,7 +38,6 @@ enum eParticleObjectState
|
|||
POBJECTSTATE_FREE,
|
||||
};
|
||||
|
||||
enum tParticleType;
|
||||
class CParticle;
|
||||
|
||||
class CParticleObject : public CPlaceable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue