coeng

diff src/co_dbgvis.h @ 7:af24cfbdf9b6

adding collision detection
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 14 Feb 2015 10:08:00 +0200
parents 2f872a179914
children
line diff
     1.1 --- a/src/co_dbgvis.h	Sat Feb 14 07:27:12 2015 +0200
     1.2 +++ b/src/co_dbgvis.h	Sat Feb 14 10:08:00 2015 +0200
     1.3 @@ -1,7 +1,6 @@
     1.4  #ifndef CO_DBGVIS_H_
     1.5  #define CO_DBGVIS_H_
     1.6  
     1.7 -#include "gobj.h"
     1.8  #include "comp.h"
     1.9  #include "co_xform.h"
    1.10