Files
SMH-Engine/src/model.h
Benjamin Kyd baf6f2aea5 a bit more
2019-02-23 17:59:52 +00:00

13 lines
138 B
C++

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