X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgame%2Fmeshsource.h;fp=source%2Fgame%2Fmeshsource.h;h=15b8d20f522985891ccfae8d24c3c691a2376ef7;hb=239cd38de0ddbb5931151523530a5e7272e16f7f;hp=dfc6509844c4f749dcfa4600487bf08d5b5cbd32;hpb=548f5db5fb32e84c4b1128ac98a79403885ddadd;p=libs%2Fgame.git diff --git a/source/game/meshsource.h b/source/game/meshsource.h index dfc6509..15b8d20 100644 --- a/source/game/meshsource.h +++ b/source/game/meshsource.h @@ -2,28 +2,12 @@ #define MSP_GAME_MESHSOURCE_H_ #include +#include #include "component.h" #include "mspgame_api.h" namespace Msp::Game { -struct MeshSourceSetup -{ - class Loader: public DataFile::ObjectLoader - { - private: - static Loader::ActionMap shared_actions; - - public: - Loader(MeshSourceSetup &); - - protected: - void init_actions() override; - }; - - std::string object_name; -}; - class MSPGAME_API MeshSource: public Component { public: