aboutsummaryrefslogtreecommitdiff
path: root/Menu.h
blob: 90e4fa5fa8346747706dfb3445685722fe38e438 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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"