This commit is contained in:
Daveo 2001-06-19 22:24:07 +00:00
parent f7d2355ca0
commit 8bfd333984

View File

@ -81,6 +81,12 @@ public:
FX_RGB_MAX
};
CFX()
{// Sorry, I need this :o(
RGB.R=RGB.G=RGB.B=127;
AfterEffect=FX_TYPE_NONE;
};
static CFX *Create(const FX_TYPE Type);
static CFX *Create(const FX_TYPE Type,CThing *Parent);
static CFX *Create(const FX_TYPE Type,DVECTOR const &Pos);