- More work on scripting interface
[supertux.git] / src / collision_grid.h
index 1027562..d206c8c 100644 (file)
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //  02111-1307, USA.
-
 #ifndef __COLLISION_GRID_H__
 #define __COLLISION_GRID_H__
 
 #include <vector>
 #include "moving_object.h"
 
-using namespace SuperTux;
-
 class CollisionGridIterator;
 
 /**