]> git.tdb.fi Git - libs/game.git/blobdiff - source/gameview/meshrenderer.h
Decorate things which constitute the public API of the library
[libs/game.git] / source / gameview / meshrenderer.h
index 96fe6125b3d209ce70c6291d3a7bb9587af535b6..f5e954894b883331505bef6506a9fd48de80e9df 100644 (file)
@@ -4,10 +4,11 @@
 #include <msp/game/component.h>
 #include <msp/game/meshsource.h>
 #include <msp/gl/objectinstance.h>
+#include "mspgameview_api.h"
 
 namespace Msp::GameView {
 
-class MeshRenderer: public Game::Component
+class MSPGAMEVIEW_API MeshRenderer: public Game::Component
 {
 private:
        Game::Handle<Game::MeshSource> source;