aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/graphics/je_texture.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-12-14 14:55:42 +0800
committerchai <chaifix@163.com>2018-12-14 14:55:42 +0800
commit870fcdae66edc680cac55defb149e1434e865f37 (patch)
treebb0b45627b98ec4c782466b3bb57daf63c44e460 /src/libjin/graphics/je_texture.h
parenteb8ca083c9be574acd27cf0de41d1f69146cad7a (diff)
*格式化代码
Diffstat (limited to 'src/libjin/graphics/je_texture.h')
-rw-r--r--src/libjin/graphics/je_texture.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/libjin/graphics/je_texture.h b/src/libjin/graphics/je_texture.h
index 94e7a01..6e14111 100644
--- a/src/libjin/graphics/je_texture.h
+++ b/src/libjin/graphics/je_texture.h
@@ -11,20 +11,20 @@
namespace JinEngine
{
- namespace Graphics
- {
+ namespace Graphics
+ {
///
///
///
- class Texture : public Graphic
- {
- public:
+ class Texture : public Graphic
+ {
+ public:
/*
///
///
///
- static Texture* createTexture(const char* path);
+ static Texture* createTexture(const char* path);
///
///
@@ -55,11 +55,11 @@ namespace JinEngine
///
///
///
- ~Texture();
+ ~Texture();
- };
+ };
- } // namespace Graphics
+ } // namespace Graphics
} // namespace JinEngine
#endif // jin_graphics