mirror of
https://github.com/izzy2lost/Ghostship.git
synced 2026-06-19 01:17:03 -07:00
Add extern "C" to extern variables in ingame_menu.h.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user