X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgame%2Feventbus.h;h=95fc068254ebd297dc2103a4e15a6eed08fea9ba;hb=12c863fc1bc5456a4b3aceacc88904d76bd1d8bb;hp=b9e6c7890c77f5a56cb83f83cfd20c95c08a57c3;hpb=3b551a2caabdfebaac592b5fcbbeb6cbfe2fd43f;p=libs%2Fgame.git diff --git a/source/game/eventbus.h b/source/game/eventbus.h index b9e6c78..95fc068 100644 --- a/source/game/eventbus.h +++ b/source/game/eventbus.h @@ -4,6 +4,7 @@ #include #include #include +#include "mspgame_api.h" namespace Msp::Game { @@ -31,7 +32,7 @@ struct EventDispatcher }; -class EventBus: public NonCopyable +class MSPGAME_API EventBus: public NonCopyable { private: using DeleteFunc = void(void *);