mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
feat: Added highlighting rules
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include "content/views/view_theme_manager.hpp"
|
||||
#include "content/views/view_logs.hpp"
|
||||
#include "content/views/view_achievements.hpp"
|
||||
#include "content/views/view_highlight_rules.hpp"
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
@@ -48,6 +49,7 @@ namespace hex::plugin::builtin {
|
||||
ContentRegistry::Views::add<ViewThemeManager>();
|
||||
ContentRegistry::Views::add<ViewLogs>();
|
||||
ContentRegistry::Views::add<ViewAchievements>();
|
||||
ContentRegistry::Views::add<ViewHighlightRules>();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user