X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject_factory.hpp;h=a6e431051925a1dda18149f632d13a9d9797087a;hb=e7a12ed844f040d270e50ce25f74de5f017c1157;hp=922eec44c5a03cc06c719c8c1a3ce80f4a2018ac;hpb=07ddaed2a657e4d2a3d038fed223fc5827159caf;p=supertux.git diff --git a/src/object_factory.hpp b/src/object_factory.hpp index 922eec44c..a6e431051 100644 --- a/src/object_factory.hpp +++ b/src/object_factory.hpp @@ -23,16 +23,16 @@ #include #include -#include "lisp/lisp.hpp" -#include "game_object.hpp" -#include "math/vector.hpp" +namespace lisp { class Lisp; } +class Vector; +class GameObject; class Factory { public: virtual ~Factory() { } - + /** Creates a new gameobject from a lisp node. * Remember to delete the objects later */