X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgame%2Ftransform.h;fp=source%2Fgame%2Ftransform.h;h=fc63f29d4dbfa0d082bfa014269c78e20797a0bb;hb=12c863fc1bc5456a4b3aceacc88904d76bd1d8bb;hp=1239546be803dec1c89f23a63e4f19bb6a252cf1;hpb=3b551a2caabdfebaac592b5fcbbeb6cbfe2fd43f;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);