X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fbackground.cpp;h=4995e97a87677702827833b60d8e79401fd3f878;hb=ddc3b7ef2077567d368e244a292b41187311e8e3;hp=a8c5edc28dd1f6f975938f6c84022ce8002efacc;hpb=90a1a01a554d9d6852809dded1abe3430b9c0c2b;p=supertux.git diff --git a/src/object/background.cpp b/src/object/background.cpp index a8c5edc28..4995e97a8 100644 --- a/src/object/background.cpp +++ b/src/object/background.cpp @@ -16,16 +16,16 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - #include #include "background.h" -#include "app/globals.h" #include "camera.h" #include "video/drawing_context.h" #include "lisp/lisp.h" #include "lisp/writer.h" #include "object_factory.h" +#include "resources.h" +#include "main.h" Background::Background() : type(INVALID), layer(LAYER_BACKGROUND0), image(0)