mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-01-20 03:29:43 -06:00
12 lines
241 B
C++
12 lines
241 B
C++
#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") {
|
|
ContentRegistry::Views::add<hex::ViewTTYConsole>();
|
|
}
|
|
|
|
|