This commit is contained in:
parent
49d44deb74
commit
08027943d1
7 changed files with 66 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue