geode/entry.cpp

9 lines
275 B
C++
Raw Normal View History

2022-07-30 12:24:03 -04:00
// included by default in every geode project
#include <Geode/loader/Loader.hpp>
#include <Geode/loader/Mod.hpp>
2022-07-30 12:24:03 -04:00
GEODE_API void GEODE_CALL geode_implicit_load(geode::Mod* m) {
// geode::Mod::setSharedMod(m);
// geode::Loader::get()->dispatchScheduledFunctions(m);
2022-07-30 12:24:03 -04:00
}