aboutsummaryrefslogtreecommitdiff
path: root/src/termgl.h
blob: 8c8d3078dec5df7bff27a394c4ff04544547d711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * termgl.h
 * (c) 2019 Jonas Gunz
 * License: MIT
 */

#ifndef _TERMGL_H_
#define _TERMGL_H_

#include "termgl/cInput.h"
#include "termgl/cObject.h"
#include "termgl/cObjectHandler.h"
#include "termgl/cRender.h"
#include "termgl/cWiremesh.h"

#endif