2001-06-12 22:20:52 +02:00
|
|
|
/*****************/
|
|
|
|
/*** Thwack!!! ***/
|
|
|
|
/*****************/
|
2001-06-12 18:12:09 +02:00
|
|
|
|
2001-06-12 22:20:52 +02:00
|
|
|
#ifndef __FX_FX_THWACK_HEADER__
|
|
|
|
#define __FX_FX_THWACK_HEADER__
|
2001-06-12 18:12:09 +02:00
|
|
|
|
|
|
|
#include "fx/fx.h"
|
|
|
|
|
|
|
|
/*****************************************************************************/
|
2001-06-12 22:20:52 +02:00
|
|
|
class CFXThwack : public CFX
|
2001-06-12 18:12:09 +02:00
|
|
|
{
|
|
|
|
public:
|
2001-07-04 20:19:13 +02:00
|
|
|
/*virtual*/ void init(DVECTOR const &Pos);
|
|
|
|
/*virtual*/ void render();
|
2001-06-12 18:12:09 +02:00
|
|
|
|
|
|
|
protected:
|
2001-06-12 22:20:52 +02:00
|
|
|
u16 Angle,Scale;
|
2001-06-12 18:12:09 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|