From 870fcdae66edc680cac55defb149e1434e865f37 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 14 Dec 2018 14:55:42 +0800 Subject: =?UTF-8?q?*=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libjin/graphics/je_mesh.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/libjin/graphics/je_mesh.h') diff --git a/src/libjin/graphics/je_mesh.h b/src/libjin/graphics/je_mesh.h index 4327424..5bcca2e 100644 --- a/src/libjin/graphics/je_mesh.h +++ b/src/libjin/graphics/je_mesh.h @@ -5,24 +5,24 @@ namespace JinEngine { - namespace Graphics - { + namespace Graphics + { /// /// A 2D mesh. /// - class Mesh - { - public: + class Mesh + { + public: void setGraphic(const Graphic* graphic); void pushVertex(float x, float y, float u, float v); - private: + private: const Graphic* mGraphic; - }; + }; - } // namespace Graphics + } // namespace Graphics } // namespace JinEngine #endif \ No newline at end of file -- cgit v1.1-26-g67d0