diff options
author | Treeki <treeki@gmail.com> | 2011-03-12 23:17:12 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-03-12 23:17:12 +0100 |
commit | 7d4e4c0b34a613dd3c0220475ae4e448197522c1 (patch) | |
tree | 4f5cee367de3fdef4f9a7c84af59ffe76a2bb1c3 /MapTool/t3d/mesh.cpp | |
download | kamek-7d4e4c0b34a613dd3c0220475ae4e448197522c1.tar.gz kamek-7d4e4c0b34a613dd3c0220475ae4e448197522c1.zip |
initial commit. now I can start playing with stuff!
Diffstat (limited to 'MapTool/t3d/mesh.cpp')
-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() { +} |