diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-11-10 23:30:42 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-11-10 23:30:42 +0100 |
commit | 28aca76a49824d969020b383518ac429869517fa (patch) | |
tree | e9583b81acd733a481b6d4a1f64f08cabea85541 /example/test.cpp | |
parent | 90fde42f41a563edbf774377a0e2c142e8052406 (diff) | |
download | termgl-28aca76a49824d969020b383518ac429869517fa.tar.gz |
updated test
Diffstat (limited to 'example/test.cpp')
-rw-r--r-- | example/test.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/example/test.cpp b/example/test.cpp index 034c365..16fffc4 100644 --- a/example/test.cpp +++ b/example/test.cpp @@ -1,7 +1,5 @@ -#include <cRender.h> -#include <cObject.h> -#include <cObjectHandler.h> -#include <cInput.h> + +#include <termgl.h> class ball : public cObject { |