diff options
| author | Filip Gawin <filip.gawin@zoho.com> | 2020-04-17 19:30:57 +0200 |
|---|---|---|
| committer | Filip Gawin <filip.gawin@zoho.com> | 2020-04-17 19:30:57 +0200 |
| commit | 63951d9b957b30a110f42a03edb4833cbbaf380e (patch) | |
| tree | 8402ea533b91a216a1dfecd865d6d86a443bc74f /src/objects | |
| parent | Update README.md (diff) | |
| download | re3-63951d9b957b30a110f42a03edb4833cbbaf380e.tar.gz | |
Part one
Diffstat (limited to 'src/objects')
| -rw-r--r-- | src/objects/ParticleObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/ParticleObject.h b/src/objects/ParticleObject.h index cfa5936d..fc74bef0 100644 --- a/src/objects/ParticleObject.h +++ b/src/objects/ParticleObject.h @@ -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 |
