aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/Graphics.h
blob: bca38122bd18ca4e2ea7fec6d2dfc5cc0738cd23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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"

#endif // JIN_MODULES_RENDER
#endif // __JIN_GRAPHICS_H