- Implemented a scripted object that can be placed in a level and whose name is
[supertux.git] / src / object / platform.h
index a8d3db7..71200f9 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 __PLATFORM_H__
 #define __PLATFORM_H__
 
 #include "moving_object.h"
 #include "sprite/sprite.h"
 
-using namespace SuperTux;
-
 /**
  * This class is the base class for platforms that tux can stand on
  */