decided on a structure

This commit is contained in:
Ben
2019-02-22 17:08:01 +00:00
parent 684c14eda0
commit 3af5d5dc02
12 changed files with 1243 additions and 1 deletions

7
src/mesh.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include "mesh.h"
Mesh::Mesh() {
}