diff options
Diffstat (limited to '')
-rw-r--r-- | MapTool/t3d/mesh.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MapTool/t3d/mesh.cpp b/MapTool/t3d/mesh.cpp new file mode 100644 index 0000000..3dc10b8 --- /dev/null +++ b/MapTool/t3d/mesh.cpp @@ -0,0 +1,4 @@ +#include "mesh.h" + +T3DMesh::T3DMesh() { +} |