#ifndef NITRO_MI_INIT_H_ #define NITRO_MI_INIT_H_ #ifdef __cplusplus extern "C" { #endif void MI_Init(void); #ifdef __cplusplus } #endif #endif