diff options
Diffstat (limited to 'include/gui.h')
-rw-r--r-- | include/gui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gui.h b/include/gui.h index 93557dc..4a07915 100644 --- a/include/gui.h +++ b/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 */ |