diff options
author | chai <chaifix@163.com> | 2018-10-16 23:09:18 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-16 23:09:18 +0800 |
commit | 5534828032730762f8c1e4daf924b466fffb8be0 (patch) | |
tree | 1ae83fc877e4a2d136f6dd120260edd147b13e95 /src/libjin/Graphics/Texture.h | |
parent | 0fc4b3ad5f2ac8d5c0588f61c0cbed4349ee1430 (diff) |
*格式化代码
Diffstat (limited to 'src/libjin/Graphics/Texture.h')
-rw-r--r-- | src/libjin/Graphics/Texture.h | 22 |
1 files changed, 11 insertions, 11 deletions
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 |