make geode::base::get() not exported

This commit is contained in:
matcool 2022-05-26 23:09:07 -03:00
parent bdf5d1c708
commit eb72059c3e
No known key found for this signature in database
GPG key ID: BF58756086D7AB1C

View file

@ -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)