X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgame%2Fcomponent.h;h=e97b511a6ed658edbc9c221b2ca14a7ffa2927f7;hb=dc90919dcc6519c7611ff7f8f6b7c22876e2fc13;hp=6406cb5743e3f417f0cb7f27a08c92e439aecef8;hpb=ffbfe95f51058c4de3c898b1a02e2fadba2b8134;p=libs%2Fgame.git diff --git a/source/game/component.h b/source/game/component.h index 6406cb5..e97b511 100644 --- a/source/game/component.h +++ b/source/game/component.h @@ -4,12 +4,13 @@ #include #include "accessguard.h" #include "handle.h" +#include "mspgame_api.h" namespace Msp::Game { class Entity; -class Component +class MSPGAME_API Component { protected: Handle entity;