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

#endif