a bit more

This commit is contained in:
Benjamin Kyd
2019-02-23 17:59:52 +00:00
parent cf7b72df2a
commit baf6f2aea5
3 changed files with 26 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
#ifndef SMHENGINE_SRC_MODEL_H_
#define SMHENGINE_SRC_MODEL_H_
#include "mesh.h"
#include "material.h"
class Mesh {
public:
};
#endif