]> git.tdb.fi Git - libs/game.git/blobdiff - source/game/system.h
Decorate things which constitute the public API of the library
[libs/game.git] / source / game / system.h
index 09ee157a6953916522702cf0543ac75872f8ac78..4d39e301762d2981ce629c8ce51676a1370fe810 100644 (file)
@@ -5,12 +5,13 @@
 #include <msp/time/timedelta.h>
 #include "accessguard.h"
 #include "component.h"
+#include "mspgame_api.h"
 #include "reflection.h"
 #include "stage.h"
 
 namespace Msp::Game {
 
-class System
+class MSPGAME_API System
 {
 public:
        enum DependencyFlags