This commit is contained in:
Charles 2001-06-04 19:01:17 +00:00
parent 85f401edf0
commit 773d29ea89
16 changed files with 129 additions and 11 deletions

View file

@ -27,6 +27,7 @@
#endif
#include "fx\fx.h"
#include "fx\fxbaseanim.h"
/* Std Lib
------- */
@ -43,6 +44,8 @@ class CFlameEmitterTrigger : public CTrigger
{
public:
virtual void setPositionAndSize(int _x,int _y,int _w,int _h);
void setHeading(int newHeading);
void setSize( int _w, int _h );
protected:
virtual void collidedWith(CThing *_thisThing);
CFX *m_effect;