feat: Added highlighting rules

This commit is contained in:
WerWolv
2023-12-02 11:09:32 +01:00
parent 2cf642a2a4
commit 866cb5706d
9 changed files with 418 additions and 4 deletions

View File

@@ -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>();
}
}