1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef F_F_OP_OVERLAP_H_ #define F_F_OP_OVERLAP_H_ #include "f_pc/f_pc_leaf.h" #include "f_pc/f_pc_manager.h" extern leafdraw_method_class g_fopOvlp_Method; inline s16 fopOvlpM_GetName(void* ovlp) { return fpcM_GetName(ovlp); } #endif