13 lines
138 B
C++
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
|