aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/Graphics.h
blob: 9c4ed3569efe04a43d350adc75d78ee0cd3bf17f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __JIN_GRAPHICS_H
#define __JIN_GRAPHICS_H
#include "../modules.h"
#if JIN_MODULES_RENDER

#include "canvas.h"
#include "color.h"
#include "font.h"
#include "Shapes.h"
#include "texture.h"
#include "Shader.h"
#include "window.h"
#include "Bitmap.h"

#endif // JIN_MODULES_RENDER
#endif // __JIN_GRAPHICS_H