reman3/Rayman_X/cpa/public/MEC/DNMObsTy.h

21 lines
299 B
C

#ifndef _DNMOBSTY_H_
#define _DNMOBSTY_H_
#ifdef __cplusplus
extern "C" {
#endif
typedef enum {
DNM_ObsType_Nothing=0,
DNM_ObsType_Scenery=0x1,
DNM_ObsType_Mobile=0x2,
DNM_ObsType_DoubleEdge=0x4,
DNM_ObsType_MobileWall=0x9
} DNM_tdeObstacleType;
#ifdef __cplusplus
}
#endif
#endif