From 5534828032730762f8c1e4daf924b466fffb8be0 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 16 Oct 2018 23:09:18 +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/Texture.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/libjin/Graphics/Texture.h') diff --git a/src/libjin/Graphics/Texture.h b/src/libjin/Graphics/Texture.h index 1704ee7..eb16519 100644 --- a/src/libjin/Graphics/Texture.h +++ b/src/libjin/Graphics/Texture.h @@ -9,22 +9,22 @@ #include "Bitmap.h" namespace jin { -namespace graphics -{ + namespace graphics + { - class Texture: public Drawable - { - public: - static Texture* createTexture(Bitmap* bitmap); + class Texture: public Drawable + { + public: + static Texture* createTexture(Bitmap* bitmap); - ~Texture(); + ~Texture(); - private: - Texture(const Bitmap* bitmap); + private: + Texture(const Bitmap* bitmap); - }; + }; -} // graphics + } // graphics } // jin #endif // LIBJIN_MODULES_RENDER -- cgit v1.1-26-g67d0