X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgame%2Ftransform.h;h=fc63f29d4dbfa0d082bfa014269c78e20797a0bb;hb=dc90919dcc6519c7611ff7f8f6b7c22876e2fc13;hp=1239546be803dec1c89f23a63e4f19bb6a252cf1;hpb=bfbcfa2678c70d661cb9104b2ef677d7d7b5a637;p=libs%2Fgame.git diff --git a/source/game/transform.h b/source/game/transform.h index 1239546..fc63f29 100644 --- a/source/game/transform.h +++ b/source/game/transform.h @@ -5,6 +5,7 @@ #include #include #include "component.h" +#include "mspgame_api.h" namespace Msp::Game { @@ -29,7 +30,7 @@ struct TransformData LinAl::Matrix world_matrix = LinAl::Matrix::identity(); }; -class Transform: public BufferedComponent +class MSPGAME_API Transform: public BufferedComponent { public: Transform(Handle);