diff options
author | chai <chaifix@163.com> | 2018-11-16 00:24:51 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-16 00:24:51 +0800 |
commit | 831e814ce9bdb84e86c06c4a52008f6bdaaa00d6 (patch) | |
tree | f91fccc7d2628d6e0a39886134b2bb174f5eede4 /src/libjin/Graphics/je_graphics.h | |
parent | 6dc75930fe5fe02f1af5489917752d315cf9e48f (diff) |
*合并master到minimal分支
Diffstat (limited to 'src/libjin/Graphics/je_graphics.h')
-rw-r--r-- | src/libjin/Graphics/je_graphics.h | 30 |
1 files changed, 23 insertions, 7 deletions
diff --git a/src/libjin/Graphics/je_graphics.h b/src/libjin/Graphics/je_graphics.h index 2ba003d..979d8f4 100644 --- a/src/libjin/Graphics/je_graphics.h +++ b/src/libjin/Graphics/je_graphics.h @@ -1,5 +1,5 @@ -#ifndef __JE_GRAPHICS_H -#define __JE_GRAPHICS_H +#ifndef __JE_GRAPHICS_H__ +#define __JE_GRAPHICS_H__ #include "../core/je_configuration.h" #if defined(jin_graphics) @@ -10,12 +10,28 @@ #include "je_window.h" #include "je_bitmap.h" #include "je_image.h" +#include "je_sprite.h" +#include "je_sprite_sheet.h" -#include "shader/je_shader.h" +#include "shaders/je_shader.h" -#include "font/je_ttf.h" -#include "font/je_text.h" -#include "font/je_texture_font.h" +#include "fonts/je_ttf.h" +#include "fonts/je_text.h" +#include "fonts/je_texture_font.h" + +#include "particles/je_particle_system.h" + +//struct Stats +//{ +// int drawCalls; +// int drawCallsBatched; +// int canvasSwitches; +// int shaderSwitches; +// int canvases; +// int images; +// int fonts; +// int64 textureMemory; +//}; #endif // defined(jin_graphics) -#endif // __JE_GRAPHICS_H
\ No newline at end of file +#endif // __JE_GRAPHICS_H__
\ No newline at end of file |