27 lines
454 B
C
27 lines
454 B
C
/* (c) Ubi Studios 1996-97*/
|
|
/* See Vincent Greco for any comment or question*/
|
|
|
|
#ifndef __TAC_H__
|
|
#define __TAC_H__
|
|
|
|
#include "ITF.h"
|
|
#include "SCR.h"
|
|
|
|
#define D_ZdxStuff_StructureDefine
|
|
#define D_State_Define
|
|
|
|
#include "MEC.h"
|
|
|
|
#include "incGAM.h"
|
|
|
|
#undef D_State_Define
|
|
#undef D_ZdxStuff_StructureDefine
|
|
|
|
|
|
#include "TAC/_ACTypes.hpp"
|
|
#include "TAC/CPAState.hpp"
|
|
#include "TAC/CPAAction.hpp"
|
|
#include "TAC/CPAZnAtv.hpp"
|
|
|
|
#endif /* __TAC_H__*/
|