]> git.tdb.fi Git - libs/game.git/blobdiff - source/game/stage.h
Decorate things which constitute the public API of the library
[libs/game.git] / source / game / stage.h
index 0c2219bdc18b1d893851ed91467677c5a35fc4b1..03a8adebc2531e605e5e7e3a58f8ca1dfb573c36 100644 (file)
@@ -8,6 +8,7 @@
 #include "events.h"
 #include "eventsource.h"
 #include "handle.h"
+#include "mspgame_api.h"
 #include "reflection.h"
 #include "systemscheduler.h"
 
@@ -17,7 +18,7 @@ class Camera;
 class Root;
 class System;
 
-class Stage
+class MSPGAME_API Stage
 {
 public:
        using EventSource = Game::EventSource<Events::EntityCreated, Events::EntityDestroyed,