mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
make geode::base::get() not exported
This commit is contained in:
parent
bdf5d1c708
commit
eb72059c3e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
#include "../utils/platform.hpp"
|
||||
|
||||
namespace geode::base {
|
||||
GEODE_DLL uintptr_t get();
|
||||
uintptr_t get();
|
||||
}
|
||||
|
||||
#if defined(GEODE_IS_MACOS) || defined(GEODE_IS_ANDROID)
|
||||
|
|
Loading…
Reference in a new issue