]> git.tdb.fi Git - libs/game.git/blobdiff - source/gameview/playerinput.h
Decorate things which constitute the public API of the library
[libs/game.git] / source / gameview / playerinput.h
index 16f3c4ee9b8067b20cbda16485e6e4dfa5a0a444..2797aff40d572956eb112dacce6fdb5f5228e563 100644 (file)
@@ -9,10 +9,11 @@
 #include <msp/input/mouse.h>
 #include <msp/game/director.h>
 #include "events.h"
+#include "mspgameview_api.h"
 
 namespace Msp::GameView {
 
-class PlayerInput: public NonCopyable
+class MSPGAMEVIEW_API PlayerInput: public NonCopyable
 {
 public:
        using EventSource = Game::EventSource<Events::PlayerArrived, Events::PlayerDeparted>;