aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/Graphics.h
blob: 68579e55702bd4294051f1ef7c9e9dd2a4ce7320 (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 "../configuration.h"
#if LIBJIN_MODULES_RENDER

#include "canvas.h"
#include "color.h"
#include "Shapes.h"
#include "texture.h"
#include "window.h"
#include "Bitmap.h"
#include "Image.h"

#include "./Shader/Shader.h"

#include "./Font/TTF.h"
#include "./Font/Text.h"
#include "./Font/TextureFont.h"

#endif // LIBJIN_MODULES_RENDER
#endif // __LIBJIN_GRAPHICS_H