pmd-sky/lib/include/nitro/mi/init.h
2026-06-04 18:39:56 -07:00

15 lines
148 B
C

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