mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-01-13 07:49:41 -06:00
11 lines
185 B
C++
11 lines
185 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") {
|
|
}
|
|
|
|
|