#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