mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
7 lines
No EOL
195 B
C++
7 lines
No EOL
195 B
C++
#include <Geode/loader/Mod.hpp>
|
|
#include <Geode/loader/Loader.hpp>
|
|
|
|
namespace {
|
|
// to make sure the instance is set into the sharedMod<> in load time
|
|
static auto mod = geode::getMod();
|
|
} |