Implement & link m_editor_ovl.c

This commit is contained in:
Cuyler36
2023-11-18 20:34:42 -05:00
parent eb139b8f6b
commit fbfd799de9
22 changed files with 3267 additions and 7 deletions
+1
View File
@@ -259,6 +259,7 @@ extern int mMsg_Get_msg_num(mMsg_Window_c* msg_win);
extern int mMsg_Check_main_index(mMsg_Window_c* msg_win, int index);
extern int mMsg_request_main_appear(mMsg_Window_c* msg_win, ACTOR* other_actor, int display_name, rgba_t* window_color_p, int msg_no, int request_priority);
extern int mMsg_Check_main_hide(mMsg_Window_c* msg_win);
extern int mMsg_sound_voice_get_for_editor(int code);
#ifdef __cplusplus
}