ux: Add close file button to file menu

This commit is contained in:
WerWolv
2021-03-29 22:44:35 +02:00
parent 0cc7004d0d
commit 147aefc7e5
5 changed files with 11 additions and 1 deletions

View File

@@ -97,6 +97,7 @@ namespace hex {
/* Default Events */
EVENT_DEF(EventFileLoaded, std::string);
EVENT_DEF(EventFileUnloaded);
EVENT_DEF(EventDataChanged);
EVENT_DEF(EventPatternChanged);
EVENT_DEF(EventFileDropped, std::string);