mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
geode_dll <3
This commit is contained in:
parent
28bd75793e
commit
500d346b16
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue