#pragma once #include #include #include #include #include #include #include #define IMHEX_PLUGIN_SETUP namespace hex::plugin { void setup(); } \ namespace hex::plugin::internal { \ void initializePlugin() { \ hex::plugin::setup(); \ } \ } \ void hex::plugin::setup()