This commit is contained in:
Daveo 2001-05-21 18:11:30 +00:00
parent 8e2367dc3e
commit dc5e2ec8c4
5 changed files with 75 additions and 39 deletions

View file

@ -41,10 +41,9 @@ public:
FX_TYPE_CASCADE,
FX_TYPE_CASCADE_SPLASH,
FX_TYPE_FIREBALL,
FX_TYPE_CLOUD,
FX_TYPE_STEAM,
FX_TYPE_CLOUD_SMOKE,
FX_TYPE_CLOUD_GAS,
FX_TYPE_SMOKE,
FX_TYPE_GAS,
FX_TYPE_FLAMES,
FX_TYPE_EXPLODE,
FX_TYPE_DEBRIS,
@ -68,4 +67,9 @@ protected:
s32 OtPos;
};
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
void TestFX(DVECTOR Pos);
#endif