blob: 6f8566fc7d70f0667a68d913dc8fb286b7638a09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
* 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"
#include "termgl/version.h"
#endif
|