impr: Added icons to more context menus

This commit is contained in:
WerWolv
2024-12-31 00:45:47 +01:00
parent ff2b58e8a3
commit 67a9f314cc
7 changed files with 12 additions and 11 deletions

View File

@@ -30,6 +30,7 @@ namespace hex::prv {
struct MenuEntry {
std::string name;
const char *icon;
std::function<void()> callback;
};