add GEODE_DLL to setting

This commit is contained in:
HJfod 2022-04-29 13:01:33 +03:00
parent 0204ad6a66
commit bc0843c853

View file

@ -41,7 +41,7 @@ namespace geode {
Custom,
};
class Setting {
class GEODE_DLL Setting {
protected:
std::string m_key;
Mod* m_mod = nullptr;