mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
add GEODE_DLL to setting
This commit is contained in:
parent
0204ad6a66
commit
bc0843c853
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ namespace geode {
|
|||
Custom,
|
||||
};
|
||||
|
||||
class Setting {
|
||||
class GEODE_DLL Setting {
|
||||
protected:
|
||||
std::string m_key;
|
||||
Mod* m_mod = nullptr;
|
||||
|
|
Loading…
Reference in a new issue