mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
9 lines
No EOL
183 B
C++
9 lines
No EOL
183 B
C++
// included by default in every geode project
|
|
|
|
#include <Geode.hpp>
|
|
|
|
|
|
GEODE_API bool GEODE_CALL geode_implicit_load(geode::Mod* m) {
|
|
geode::Interface::get()->init(m);
|
|
return true;
|
|
} |