Cleanup of the elements exposed to the console

This commit is contained in:
Lukas Joergensen 2017-12-10 18:57:46 +01:00
parent 74b7e4cd89
commit 3bc46a8376
8 changed files with 12 additions and 12 deletions

View file

@ -60,6 +60,8 @@ afxParticlePoolData::afxParticlePoolData(const afxParticlePoolData& other, bool
ImplementEnumType( afxParticlePool_PoolType, "Possible particle pool types.\n" "@ingroup afxParticlePool\n\n" )
{ afxParticlePoolData::POOL_NORMAL, "normal", "..." },
{ afxParticlePoolData::POOL_TWOPASS, "two-pass", "..." },
// Alias...
{ afxParticlePoolData::POOL_TWOPASS, "twopass", "..." },
EndImplementEnumType;
afxParticlePoolData::~afxParticlePoolData()