SBSPSS/source/fx/fxtvexplode.h
2001-07-02 22:51:10 +00:00

20 lines
338 B
C++

/*************/
/*** Laser ***/
/*************/
#ifndef __FX_FX_TV_EXPLODE_HEADER__
#define __FX_FX_TV_EXPLODE_HEADER__
#include "fx/fx.h"
/*****************************************************************************/
class CFXTVExplode : public CFX
{
public:
void init(DVECTOR const &Pos);
void think(int _frames);
};
#endif