aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/render/render.h
blob: 8939480cb26e65026573969d4aa61859e18eaf68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __JIN_RENDER_H
#define __JIN_RENDER_H

#include "canvas.h"
#include "color.h"
#include "font.h"
#include "graphics.h"
#include "image.h"
#include "jsl.h"
#include "quad.h"
#include "rect.h"
#include "window.h"

#endif