#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