* Activated UTF-8 in Lisp parser
[supertux.git] / src / object_factory.h
index c9a57e0..efda690 100644 (file)
 #include <map>
 
 #include "lisp/lisp.h"
-#include "special/game_object.h"
+#include "game_object.h"
 #include "math/vector.h"
 
-using namespace SuperTux;
-
 class Factory
 {
 public:
+  virtual ~Factory()
+  { }
+    
   /** Creates a new gameobject from a lisp node.
    * Remember to delete the objects later
    */