]> git.tdb.fi Git - libs/game.git/blobdiff - source/game/root.h
Decorate things which constitute the public API of the library
[libs/game.git] / source / game / root.h
index 726ca32693bb385c4b9a46c9f5974594fe9ed0c4..57e9c0f054c5a71f0e73729e1bd532b3b10246b6 100644 (file)
@@ -2,12 +2,13 @@
 #define MSP_GAME_ROOT_H_
 
 #include "entity.h"
+#include "mspgame_api.h"
 
 namespace Msp::Game {
 
 class Stage;
 
-class Root: public Entity
+class MSPGAME_API Root: public Entity
 {
 private:
        Stage &stage;