1
0
mirror of synced 2024-11-27 09:00:52 +01:00
ImHex/plugins/windows/source/plugin_windows.cpp

12 lines
241 B
C++
Raw Normal View History

#include <hex/plugin.hpp>
#include <imgui.h>
#include <imgui_internal.h>
#include "views/view_tty_console.hpp"
IMHEX_PLUGIN_SETUP("Windows", "WerWolv", "Windows-only features") {
2021-05-29 21:52:52 +02:00
ContentRegistry::Views::add<hex::ViewTTYConsole>();
}