geode_dll <3

This commit is contained in:
altalk23 2024-02-25 11:02:18 +03:00
parent 28bd75793e
commit 500d346b16

View file

@ -9,7 +9,7 @@
namespace geode {
// Mod interoperability
std::unordered_map<std::string, EventListenerPool*>& dispatchPools();
GEODE_DLL std::unordered_map<std::string, EventListenerPool*>& dispatchPools();
template <class... Args>
class DispatchEvent : public Event {