This commit is contained in:
Daveo 2001-06-12 20:20:52 +00:00
parent a8f6989d13
commit 8f6f2a90be
7 changed files with 41 additions and 37 deletions

View file

@ -1,22 +1,21 @@
/***********************/
/*** Anim Base Class ***/
/***********************/
/*****************/
/*** Thwack!!! ***/
/*****************/
#ifndef __FX_FX_ATTACH_ANIM_HEADER__
#define __FX_FX_ATTACH_ANIM_HEADER__
#ifndef __FX_FX_THWACK_HEADER__
#define __FX_FX_THWACK_HEADER__
#include "fx/fx.h"
#include "fx/fxbaseAnim.h"
/*****************************************************************************/
class CFXAttachAnim : public CFXBaseAnim
class CFXThwack : public CFX
{
public:
virtual void init(DVECTOR const &Pos);
virtual void render();
protected:
u16 Angle,Scale;
};
#endif