This commit is contained in:
parent
9047993204
commit
5b6db74a59
8 changed files with 28 additions and 24 deletions
|
@ -2,13 +2,13 @@
|
|||
/*** Anim Base Class ***/
|
||||
/***********************/
|
||||
|
||||
#ifndef __FX_FX_ANIM_HEADER__
|
||||
#define __FX_FX_ANIM_HEADER__
|
||||
#ifndef __FX_FX_BASE_ANIM_HEADER__
|
||||
#define __FX_FX_BASE_ANIM_HEADER__
|
||||
|
||||
#include "fx/fx.h"
|
||||
|
||||
/*****************************************************************************/
|
||||
class CFXAnim : public CFX
|
||||
class CFXBaseAnim : public CFX
|
||||
{
|
||||
public:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue