diff options
Diffstat (limited to 'example')
-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 { |