SBSPSS/source/fx/fxtvexplode.h
2001-07-02 19:29:20 +00:00

17 lines
309 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);
};
#endif