aboutsummaryrefslogtreecommitdiff
path: root/Menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'Menu.h')
-rw-r--r--Menu.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Menu.h b/Menu.h
new file mode 100644
index 0000000..90e4fa5
--- /dev/null
+++ b/Menu.h
@@ -0,0 +1,13 @@
+#pragma once
+
+//by default these functions are called in Testcallback.cpp
+//if you do not use callback (do not have Testcallback.cpp), you should call these functions manually
+
+//to add a menu in Virtools Dev main menu.
+void InitMenu();
+//to remove the menu from Virtools Dev main menu
+void RemoveMenu();
+//to fill menu with your own commands
+void UpdateMenu();
+
+#define STR_MAINMENUNAME "Fsck"