summaryrefslogtreecommitdiff
path: root/amiga/selectmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/selectmenu.h')
-rwxr-xr-xamiga/selectmenu.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/amiga/selectmenu.h b/amiga/selectmenu.h
index 97f288add..760f58997 100755
--- a/amiga/selectmenu.h
+++ b/amiga/selectmenu.h
@@ -22,7 +22,16 @@
struct gui_window;
struct form_control;
+BOOL popupmenu_lib_ok;
+
void gui_create_form_select_menu(struct gui_window *g, struct form_control *control);
+/**
+ * Opens popupmenu.library to check the version.
+ * Versions older than 53.11 are dangerous!
+ *
+ * \returns TRUE if popupmenu is safe, FALSE otherwise.
+ */
+BOOL ami_selectmenu_is_safe(void);
#endif