mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-24 23:01:25 -04:00
19 lines
310 B
C
19 lines
310 B
C
#ifndef M_CPEDIT_OVL_H
|
|
#define M_CPEDIT_OVL_H
|
|
|
|
#include "types.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern void mCE_cpedit_ovl_construct(Submenu* submenu);
|
|
extern void mCE_cpedit_ovl_destruct(Submenu* submenu);
|
|
extern void mCE_cpedit_ovl_set_proc(Submenu* submenu);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|