diff options
Diffstat (limited to 'graphics/imageman.cpp')
-rw-r--r-- | graphics/imageman.cpp | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/imageman.cpp b/graphics/imageman.cpp index 1145dd262f..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 @@ -23,6 +26,8 @@ #include "graphics/imageman.h" #include "graphics/surface.h" +DECLARE_SINGLETON(Graphics::ImageManager); + namespace Graphics { ImageManager::ImageManager() : _surfaces() #ifdef USE_ZLIB |