]> git.tdb.fi Git - libs/game.git/blobdiff - source/gameview/presenter.h
Decorate things which constitute the public API of the library
[libs/game.git] / source / gameview / presenter.h
index fc8920098d0cd01ad27bd786f7442c7605c5943d..62f422ce1e9728a81f4a8051274617c1af5ad1b6 100644 (file)
@@ -5,12 +5,13 @@
 #include <msp/game/director.h>
 #include <msp/game/eventobserver.h>
 #include <msp/gl/view.h>
+#include "mspgameview_api.h"
 
 namespace Msp::GameView {
 
 class Renderer;
 
-class Presenter
+class MSPGAMEVIEW_API Presenter
 {
 private:
        Game::Director &director;