X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgameview%2Fplayerinput.h;fp=source%2Fgameview%2Fplayerinput.h;h=2797aff40d572956eb112dacce6fdb5f5228e563;hb=12c863fc1bc5456a4b3aceacc88904d76bd1d8bb;hp=16f3c4ee9b8067b20cbda16485e6e4dfa5a0a444;hpb=3b551a2caabdfebaac592b5fcbbeb6cbfe2fd43f;p=libs%2Fgame.git diff --git a/source/gameview/playerinput.h b/source/gameview/playerinput.h index 16f3c4e..2797aff 100644 --- a/source/gameview/playerinput.h +++ b/source/gameview/playerinput.h @@ -9,10 +9,11 @@ #include #include #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;