aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/je_graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Graphics/je_graphics.h')
-rw-r--r--src/libjin/Graphics/je_graphics.h30
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