]> git.tdb.fi Git - libs/game.git/blobdiff - source/game/component.h
Decorate things which constitute the public API of the library
[libs/game.git] / source / game / component.h
index 6406cb5743e3f417f0cb7f27a08c92e439aecef8..e97b511a6ed658edbc9c221b2ca14a7ffa2927f7 100644 (file)
@@ -4,12 +4,13 @@
 #include <msp/time/timedelta.h>
 #include "accessguard.h"
 #include "handle.h"
+#include "mspgame_api.h"
 
 namespace Msp::Game {
 
 class Entity;
 
-class Component
+class MSPGAME_API Component
 {
 protected:
        Handle<Entity> entity;