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