diff options
author | Ian C <ianc@noddybox.co.uk> | 2006-10-28 23:28:31 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2006-10-28 23:28:31 +0000 |
commit | 73a685f5a17852b6990c0810d0f1f0984c2c358f (patch) | |
tree | 2d6bed133b7c59b2787c544a153798c723c64d16 /arm9/include/gui.h | |
parent | 6fe1a8fd4735ce006d69cf8bb23df8f7adea7b41 (diff) |
Updates from work away
Diffstat (limited to 'arm9/include/gui.h')
-rw-r--r-- | arm9/include/gui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arm9/include/gui.h b/arm9/include/gui.h index 93557dc..4a07915 100644 --- a/arm9/include/gui.h +++ b/arm9/include/gui.h @@ -23,5 +23,6 @@ #define DS81_GUI_H int GUI_Menu(const char *opts[]); +void GUI_Alert(int fatal, const char *text); #endif /* DS81_GUI_H */ |