]> git.tdb.fi Git - libs/game.git/blobdiff - source/game/eventbus.h
Decorate things which constitute the public API of the library
[libs/game.git] / source / game / eventbus.h
index b9e6c7890c77f5a56cb83f83cfd20c95c08a57c3..95fc068254ebd297dc2103a4e15a6eed08fea9ba 100644 (file)
@@ -4,6 +4,7 @@
 #include <functional>
 #include <vector>
 #include <msp/core/noncopyable.h>
+#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 *);