geode/entry.cpp
2022-12-14 14:11:19 +03:00

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();
}