aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/je_mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Graphics/je_mesh.h')
-rw-r--r--src/libjin/Graphics/je_mesh.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/libjin/Graphics/je_mesh.h b/src/libjin/Graphics/je_mesh.h
new file mode 100644
index 0000000..ed22d91
--- /dev/null
+++ b/src/libjin/Graphics/je_mesh.h
@@ -0,0 +1,24 @@
+#ifndef __JE_MESH_H
+#define __JE_MESH_H
+
+namespace JinEngine
+{
+ namespace Graphics
+ {
+
+ ///
+ ///
+ ///
+ class Mesh
+ {
+ public:
+
+ private:
+
+
+ };
+
+ } // namespace Graphics
+} // namespace JinEngine
+
+#endif \ No newline at end of file