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.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/libjin/Graphics/je_mesh.h b/src/libjin/Graphics/je_mesh.h
deleted file mode 100644
index e0a38f8..0000000
--- a/src/libjin/Graphics/je_mesh.h
+++ /dev/null
@@ -1,28 +0,0 @@
-#ifndef __JE_MESH_H__
-#define __JE_MESH_H__
-
-#include "je_graphic.h"
-
-namespace JinEngine
-{
- namespace Graphics
- {
-
- ///
- /// A 2D mesh.
- ///
- class Mesh
- {
- public:
- void setGraphic();
-
-
- private:
- const Graphic* mGraphic;
-
- };
-
- } // namespace Graphics
-} // namespace JinEngine
-
-#endif \ No newline at end of file