windows: Added context menu entry option

Closes #333
This commit is contained in:
WerWolv
2021-10-31 16:28:10 +01:00
parent 1f250e87a3
commit c88053a575
7 changed files with 109 additions and 8 deletions

View File

@@ -17,6 +17,8 @@ namespace hex {
Constants
};
std::string getExecutablePath();
std::vector<std::string> getPath(ImHexPath path);
}