diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-11-20 23:02:48 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-11-20 23:02:48 +0100 |
commit | b515ef0bb09c31ef73c732e448af3dccb4315cec (patch) | |
tree | 2670af4f668e4cbf662c8ac2611f638ae85af11b /example | |
parent | 91948f7666c1ba63f14850604289e03d1e11dcb0 (diff) | |
download | termgl-b515ef0bb09c31ef73c732e448af3dccb4315cec.tar.gz |
fix example 3d
Diffstat (limited to 'example')
-rw-r--r-- | example/3d.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/example/3d.cpp b/example/3d.cpp index 78417ed..3ede537 100644 --- a/example/3d.cpp +++ b/example/3d.cpp @@ -1,13 +1,7 @@ #include <unistd.h> #include <string> -#include "version.h" - -#include "cRender.h" -#include "cObject.h" -#include "cObjectHandler.h" -#include "cInput.h" -#include "cWiremesh.h" +#include <termgl.h> //#include "testobject.h" |