X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgame%2Fcomponent.h;h=e97b511a6ed658edbc9c221b2ca14a7ffa2927f7;hb=12c863fc1bc5456a4b3aceacc88904d76bd1d8bb;hp=6406cb5743e3f417f0cb7f27a08c92e439aecef8;hpb=3b551a2caabdfebaac592b5fcbbeb6cbfe2fd43f;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;