aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/Mesh.h
diff options
context:
space:
mode:
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