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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libjin/Graphics/je_graphics.h b/src/libjin/Graphics/je_graphics.h
index e2e9a2d..bef72c0 100644
--- a/src/libjin/Graphics/je_graphics.h
+++ b/src/libjin/Graphics/je_graphics.h
@@ -11,13 +11,13 @@
#include "je_bitmap.h"
#include "je_image.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 "particle/je_particle_system.h"
+#include "particles/je_particle_system.h"
#endif // defined(jin_graphics)
#endif // __JE_GRAPHICS_H \ No newline at end of file