mirror of
https://github.com/halpz/re3.git
synced 2025-07-20 09:29:46 +00:00
@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
#include "Placeable.h"
|
||||
#include "AudioManager.h"
|
||||
#include "ParticleType.h"
|
||||
|
||||
#define MAX_PARTICLEOBJECTS 100
|
||||
#define MAX_AUDIOHYDRANTS 8
|
||||
@ -38,6 +37,7 @@ enum eParticleObjectState
|
||||
POBJECTSTATE_FREE,
|
||||
};
|
||||
|
||||
enum tParticleType;
|
||||
class CParticle;
|
||||
|
||||
class CParticleObject : public CPlaceable
|
||||
|
Reference in New Issue
Block a user