reman3/Rayman_X/cpa/public/AI/AIBase/AI_Handl.h

17 lines
472 B
C

/*---------------------------------------------------------------------------*/
/* AIHandl.h : */
/* author : Olivier Didelot.*/
/* date : 24/01/1997*/
/*---------------------------------------------------------------------------*/
#define _WP_D_DEFINE_WAYPOINTS_
#include "WP_Handl.h"
#undef _WP_D_DEFINE_WAYPOINTS_
#if !defined(__AIHANDL_H__)
#define __AIHANDL_H__
/* Use this handle*/
typedef struct AI_tdstMind_ * AI_tdxHandleToMind;
#endif /* __AIHANDL_H__*/