aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/Mesh.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-10-05 15:40:31 +0800
committerchai <chaifix@163.com>2018-10-05 15:40:31 +0800
commit789895b4b9f99668b8b772f271d07d1ce3115742 (patch)
tree3ae85381358445b2c29c9a0afb59375de9a7ce66 /src/libjin/Graphics/Mesh.h
parent846d6ab0ec1033481574e8324a43fc547ecf5882 (diff)
*update
Diffstat (limited to 'src/libjin/Graphics/Mesh.h')
-rw-r--r--src/libjin/Graphics/Mesh.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/libjin/Graphics/Mesh.h b/src/libjin/Graphics/Mesh.h
new file mode 100644
index 0000000..d0bb93e
--- /dev/null
+++ b/src/libjin/Graphics/Mesh.h
@@ -0,0 +1,17 @@
+#ifndef __LIBJIN_MESH_H
+#define __LIBJIN_MESH_H
+
+namespace jin
+{
+namespace graphics
+{
+
+ class Mesh
+ {
+
+ };
+
+}
+}
+
+#endif \ No newline at end of file