aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/je_graphic_sheet.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-10-26 18:40:32 +0800
committerchai <chaifix@163.com>2018-10-26 18:40:32 +0800
commitb04c097db4bf8c45342bca403ca2c8a6d5783a84 (patch)
treee9c6a8c67998d359ede587bc2ce0edf257c8ceae /src/libjin/Graphics/je_graphic_sheet.h
parentba97a053286bdb17643448cc5034c71065bc4e86 (diff)
*修复错误界面关闭bug
Diffstat (limited to 'src/libjin/Graphics/je_graphic_sheet.h')
-rw-r--r--src/libjin/Graphics/je_graphic_sheet.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/libjin/Graphics/je_graphic_sheet.h b/src/libjin/Graphics/je_graphic_sheet.h
deleted file mode 100644
index 72c038f..0000000
--- a/src/libjin/Graphics/je_graphic_sheet.h
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef __JE_GRAPHIC_SHEET
-#define __JE_GRAPHIC_SHEET
-
-#include "je_graphic.h"
-
-namespace JinEngine
-{
- namespace Graphics
- {
-
- ///
- /// A graphic sheet is a atlas.
- ///
- class GraphicSheet : public Graphic
- {
-
- };
-
- } // namespace Graphics
-} // namespace JinEngine
-
-#endif \ No newline at end of file