aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/je_graphics.h
blob: 6f099cd0720daa0f4ccab830376efb2bc7134fe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef __LIBJIN_GRAPHICS_H
#define __LIBJIN_GRAPHICS_H
#include "../core/je_configuration.h"
#if LIBJIN_MODULES_RENDER

#include "je_canvas.h"
#include "je_color.h"
#include "je_shapes.h"
#include "je_texture.h"
#include "je_window.h"
#include "je_bitmap.h"
#include "je_image.h"

#include "shader/je_shader.h"

#include "font/je_ttf.h"
#include "font/je_text.h"
#include "font/je_texture_font.h"

#endif // LIBJIN_MODULES_RENDER
#endif // __LIBJIN_GRAPHICS_H