fix getMod being undefined because silly me marked it inline

This commit is contained in:
HJfod 2023-01-21 16:42:39 +02:00
parent 930ee18f62
commit 51f70bc810
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
#include <Geode/loader/Loader.hpp>
#include <Geode/loader/Mod.hpp>

View file

@ -6,7 +6,7 @@
namespace geode {
class Mod;
inline Mod* getMod();
Mod* getMod();
enum class ModEventType {
Loaded,