#ifndef SMHENGINE_SRC_MODEL_H_ #define SMHENGINE_SRC_MODEL_H_ #include "mesh.h" #include "material.h" class Mesh { public: }; #endif