From 86104e0bf0b76c06160eb299989262d0e9619c1c Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 27 May 2007 11:40:03 +0000 Subject: Reverted r26922. svn-id: r26967 --- graphics/imageman.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'graphics/imageman.cpp') diff --git a/graphics/imageman.cpp b/graphics/imageman.cpp index 1145dd262f..d4fc9da72d 100644 --- a/graphics/imageman.cpp +++ b/graphics/imageman.cpp @@ -23,6 +23,8 @@ #include "graphics/imageman.h" #include "graphics/surface.h" +DECLARE_SINGLETON(Graphics::ImageManager); + namespace Graphics { ImageManager::ImageManager() : _surfaces() #ifdef USE_ZLIB -- cgit v1.2.3 From 218e132e37017b64a61cce53c5dd26267a81784a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 30 May 2007 21:56:52 +0000 Subject: Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 --- graphics/imageman.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'graphics/imageman.cpp') diff --git a/graphics/imageman.cpp b/graphics/imageman.cpp index d4fc9da72d..6ab64e8bca 100644 --- a/graphics/imageman.cpp +++ b/graphics/imageman.cpp @@ -1,5 +1,8 @@ -/* ScummVM - Scumm Interpreter - * Copyright (C) 2006 The ScummVM project +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License -- cgit v1.2.3