This commit is contained in:
Charles 2001-07-12 18:53:06 +00:00
parent 49d44deb74
commit 08027943d1
7 changed files with 66 additions and 0 deletions

View file

@ -43,9 +43,13 @@
class CSteamEmitterTrigger : public CTrigger
{
public:
void init();
void think(int _frames);
void shutdown();
virtual void setPositionAndSize(int _x,int _y,int _w,int _h);
protected:
CFX *m_effect;
int m_soundId;
};
/*----------------------------------------------------------------------