1
0
mirror of synced 2024-11-15 03:27:40 +01:00
ImHex/dist/web/plugin-bundle.cpp.in

11 lines
216 B
C++
Raw Normal View History

#include <hex/helpers/logger.hpp>
extern "C" void forceLinkPlugin_@IMHEX_PLUGIN_NAME@();
struct StaticLoad {
StaticLoad() {
forceLinkPlugin_@IMHEX_PLUGIN_NAME@();
}
};
static StaticLoad staticLoad;