diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-02-10 16:00:19 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-02-10 16:00:19 +0100 |
commit | 9787b39008708e3f28cf300b15c51834e1b9bb60 (patch) | |
tree | eb25b3d795e7a4015c9ce445aa9904c065836094 /example/collision.cpp | |
parent | 4b8dba2e737ac9f41e4556546db8ed855ced80e4 (diff) | |
download | termgl-9787b39008708e3f28cf300b15c51834e1b9bb60.tar.gz |
fixed example collision.cpp
-updated includes in collision.cpp
-added include for version.h in termgl.h
Diffstat (limited to 'example/collision.cpp')
-rw-r--r-- | example/collision.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/example/collision.cpp b/example/collision.cpp index 3dd823f..07e8c22 100644 --- a/example/collision.cpp +++ b/example/collision.cpp @@ -1,13 +1,6 @@ #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" |