]> git.tdb.fi Git - libs/game.git/blobdiff - source/game/eventobserver.h
Decorate things which constitute the public API of the library
[libs/game.git] / source / game / eventobserver.h
index 31735a696aeda3697977512fbb3e1b4729c944f0..1c6551477ec02393f294dd9c260c9fc71f8e8084 100644 (file)
@@ -4,12 +4,13 @@
 #include <msp/core/algorithm.h>
 #include <msp/core/noncopyable.h>
 #include "eventbus.h"
+#include "mspgame_api.h"
 
 namespace Msp::Game {
 
 class EventSourceBase;
 
-class EventObserver: public NonCopyable
+class MSPGAME_API EventObserver: public NonCopyable
 {
 private:
        EventBus &bus;