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

19 lines
223 B
C

#ifndef __DNMMECID_H__
#define __DNMMECID_H__
#ifdef __cplusplus
extern "C" {
#endif
typedef enum {
DNM_eMIC_Error = -1,
DNM_eCamera,
DNM_eBase,
} DNM_tdeMechanicsID;
#ifdef __cplusplus
}
#endif
#endif