blob: 841080065b5d5fd4f09a90006231a9e392e7f40c (
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
|