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