Add extern "C" to extern variables in ingame_menu.h.

This commit is contained in:
Malkierian
2026-01-12 10:40:53 -07:00
parent 769c72a15f
commit 319698d1a4
+8
View File
@@ -31,9 +31,17 @@ enum MenuMode {
MENU_MODE_UNUSED_3
};
#ifdef __cplusplus
extern "C" {
#endif
extern s8 gDialogCourseActNum;
extern s8 gHudFlash;
#ifdef __cplusplus
}
#endif
struct DialogEntry {
/*0x00*/ u32 unused;
/*0x04*/ s8 linesPerBox;