diff options
Diffstat (limited to 'src/libjin/graphics/je_texture.h')
-rw-r--r-- | src/libjin/graphics/je_texture.h | 18 |
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 |