The SuperTux library features a SuperTux namespace now.
[supertux.git] / lib / special / game_object.cpp
index e1bf9b9..c8f457b 100644 (file)
@@ -19,6 +19,8 @@
 
 #include "special/game_object.h"
 
+using namespace SuperTux;
+
 GameObject::GameObject()
   : wants_to_die(false)
 {