#ifndef M_BG_ITEM_H #define M_BG_ITEM_H #include "types.h" #ifdef __cplusplus extern "C" { #endif extern void mBI_ct(); extern void mBI_move(GAME_PLAY* play); #ifdef __cplusplus } #endif #endif