mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-09 12:37:22 -04:00
Implement & link m_hboard_ovl
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
#ifndef M_HBOARD_OVL_H
|
||||
#define M_HBOARD_OVL_H
|
||||
|
||||
#include "types.h"
|
||||
#include "m_submenu_ovl.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define mHB_LINE_WIDTH_MAX 192
|
||||
#define mHB_LINE_NUM 4
|
||||
|
||||
enum {
|
||||
mHB_LINE_CHECK_OK,
|
||||
mHB_LINE_CHECK_NEWLINE,
|
||||
mHB_LINE_CHECK_OVER_WIDTH,
|
||||
mHB_LINE_CHECK_OVER_STR_LEN,
|
||||
|
||||
mHB_LINE_CHECK_NUM
|
||||
};
|
||||
|
||||
extern void mHB_hboard_ovl_set_proc(Submenu* submenu);
|
||||
extern void mHB_hboard_ovl_construct(Submenu* submenu);
|
||||
extern void mHB_hboard_ovl_destruct(Submenu* submenu);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user