X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject_factory.hpp;h=7e06739c6c6dcad4db3a81d71c61df4250700880;hb=99199c39ed744bf40e3fa60e26ba64c29c014ddc;hp=6014c2ee221d2bd378fd7759893af593dec417e9;hpb=5b7f9214cb929399f1a855ef5807018a9447d510;p=supertux.git diff --git a/src/object_factory.hpp b/src/object_factory.hpp index 6014c2ee2..7e06739c6 100644 --- a/src/object_factory.hpp +++ b/src/object_factory.hpp @@ -1,7 +1,8 @@ // $Id$ // -// SuperTux - A Jump'n Run +// SuperTux // Copyright (C) 2004 Ricardo Cruz +// Copyright (C) 2006 Matthias Braun // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -31,7 +32,7 @@ class Factory public: virtual ~Factory() { } - + /** Creates a new gameobject from a lisp node. * Remember to delete the objects later */