d15bd4771d
Co-authored-by: WerWolv <werwolv98@gmail.com> Co-authored-by: AnnsAnn <git@annsann.eu>
11 lines
216 B
C++
11 lines
216 B
C++
#include <hex/helpers/logger.hpp>
|
|
|
|
extern "C" void forceLinkPlugin_@IMHEX_PLUGIN_NAME@();
|
|
|
|
struct StaticLoad {
|
|
StaticLoad() {
|
|
forceLinkPlugin_@IMHEX_PLUGIN_NAME@();
|
|
}
|
|
};
|
|
|
|
static StaticLoad staticLoad; |