X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgame%2Fmeshsource.h;h=dfc6509844c4f749dcfa4600487bf08d5b5cbd32;hb=12c863fc1bc5456a4b3aceacc88904d76bd1d8bb;hp=74ec78120d43a0a17d2251174d5a13ed7c980ac2;hpb=3b551a2caabdfebaac592b5fcbbeb6cbfe2fd43f;p=libs%2Fgame.git diff --git a/source/game/meshsource.h b/source/game/meshsource.h index 74ec781..dfc6509 100644 --- a/source/game/meshsource.h +++ b/source/game/meshsource.h @@ -3,6 +3,7 @@ #include #include "component.h" +#include "mspgame_api.h" namespace Msp::Game { @@ -23,7 +24,7 @@ struct MeshSourceSetup std::string object_name; }; -class MeshSource: public Component +class MSPGAME_API MeshSource: public Component { public: using Setup = MeshSourceSetup;