mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
build/plugin: Make plugins no longer depend on their file name
This commit is contained in:
@@ -15,7 +15,7 @@ namespace hex::plugin::windows {
|
||||
IMHEX_PLUGIN_SETUP("Windows", "WerWolv", "Windows-only features") {
|
||||
using namespace hex::plugin::windows;
|
||||
|
||||
ContentRegistry::Views::add<ViewTTYConsole>();
|
||||
hex::ContentRegistry::Views::add<ViewTTYConsole>();
|
||||
|
||||
registerLanguageEnUS();
|
||||
registerLanguageZhCN();
|
||||
|
||||
Reference in New Issue
Block a user