X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgame%2Froot.h;fp=source%2Fgame%2Froot.h;h=57e9c0f054c5a71f0e73729e1bd532b3b10246b6;hb=12c863fc1bc5456a4b3aceacc88904d76bd1d8bb;hp=726ca32693bb385c4b9a46c9f5974594fe9ed0c4;hpb=3b551a2caabdfebaac592b5fcbbeb6cbfe2fd43f;p=libs%2Fgame.git diff --git a/source/game/root.h b/source/game/root.h index 726ca32..57e9c0f 100644 --- a/source/game/root.h +++ b/source/game/root.h @@ -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;