aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/graphics/je_texture.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-01-12 21:48:33 +0800
committerchai <chaifix@163.com>2019-01-12 21:48:33 +0800
commit8b00d67febf133e89f6a0bfabc41feed555dc4a9 (patch)
treefe48ef17c250afa40c2588300fcdb5920dba6951 /src/libjin/graphics/je_texture.h
parenta907c39756ef6b368d06643afa491c49a9044a8e (diff)
*去掉文件前缀je_
Diffstat (limited to 'src/libjin/graphics/je_texture.h')
-rw-r--r--src/libjin/graphics/je_texture.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/src/libjin/graphics/je_texture.h b/src/libjin/graphics/je_texture.h
deleted file mode 100644
index 6b8fa54..0000000
--- a/src/libjin/graphics/je_texture.h
+++ /dev/null
@@ -1,48 +0,0 @@
-#ifndef __JE_TEXTURE_H__
-#define __JE_TEXTURE_H__
-#include "../core/je_configuration.h"
-#if defined(jin_graphics)
-
-#include "je_color.h"
-#include "je_graphic.h"
-#include "je_bitmap.h"
-
-namespace JinEngine
-{
- namespace Graphics
- {
-
- ///
- ///
- ///
- class Texture : public Graphic
- {
- public:
- ///
- ///
- ///
- Texture();
-
- ///
- ///
- ///
- Texture(const char* path);
-
- ///
- ///
- ///
- Texture(const Bitmap* bitmap);
-
- ///
- ///
- ///
- ~Texture();
-
- };
-
- } // namespace Graphics
-} // namespace JinEngine
-
-#endif // jin_graphics
-
-#endif // __JE_TEXTURE_H__ \ No newline at end of file