aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/graphics/texture.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-02-11 11:29:07 +0800
committerchai <chaifix@163.com>2020-02-11 11:29:07 +0800
commit160e1299ef3d95f8e8c48706d7f61dd3dc6c6b60 (patch)
treeabe5ae5242d9cc6caf6edf103e662c44e978fca0 /src/libjin/graphics/texture.h
parente095043485d1d298571af6d9eca7f0db9009ea7a (diff)
*修改 tab大小HEADmaster
Diffstat (limited to 'src/libjin/graphics/texture.h')
-rw-r--r--src/libjin/graphics/texture.h64
1 files changed, 32 insertions, 32 deletions
diff --git a/src/libjin/graphics/texture.h b/src/libjin/graphics/texture.h
index 7bba557..6d5e5be 100644
--- a/src/libjin/graphics/texture.h
+++ b/src/libjin/graphics/texture.h
@@ -9,38 +9,38 @@
namespace JinEngine
{
- namespace Graphics
- {
-
- ///
- ///
- ///
- class Texture : public Graphic
- {
- public:
- ///
- ///
- ///
- Texture();
-
- ///
- ///
- ///
- Texture(const char* path);
-
- ///
- ///
- ///
- Texture(const Bitmap* bitmap);
-
- ///
- ///
- ///
- ~Texture();
-
- };
-
- } // namespace Graphics
+ namespace Graphics
+ {
+
+ ///
+ ///
+ ///
+ class Texture : public Graphic
+ {
+ public:
+ ///
+ ///
+ ///
+ Texture();
+
+ ///
+ ///
+ ///
+ Texture(const char* path);
+
+ ///
+ ///
+ ///
+ Texture(const Bitmap* bitmap);
+
+ ///
+ ///
+ ///
+ ~Texture();
+
+ };
+
+ } // namespace Graphics
} // namespace JinEngine
#endif // jin_graphics