aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/resmgr.cpp
diff options
context:
space:
mode:
authorMax Horn2009-02-20 15:24:22 +0000
committerMax Horn2009-02-20 15:24:22 +0000
commita2aba2f18e7bac99f21d095b9ccaaa19924e2e46 (patch)
tree92dce39b3c56ae5ad52625c12d6ac5ec1c94dc2f /engines/sci/gfx/resmgr.cpp
parentc3ffac5e6245a20b3311cedf619e3a6f5e40b02c (diff)
downloadscummvm-rg350-a2aba2f18e7bac99f21d095b9ccaaa19924e2e46.tar.gz
scummvm-rg350-a2aba2f18e7bac99f21d095b9ccaaa19924e2e46.tar.bz2
scummvm-rg350-a2aba2f18e7bac99f21d095b9ccaaa19924e2e46.zip
SCI: Renamed resource_mgr_t -> ResourceManager; added remark to 'the other resource manager' that it should be renamed to GraphicsManager or so
svn-id: r38592
Diffstat (limited to 'engines/sci/gfx/resmgr.cpp')
-rw-r--r--engines/sci/gfx/resmgr.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sci/gfx/resmgr.cpp b/engines/sci/gfx/resmgr.cpp
index 861152ded9..1a4450baeb 100644
--- a/engines/sci/gfx/resmgr.cpp
+++ b/engines/sci/gfx/resmgr.cpp
@@ -25,6 +25,9 @@
/* Resource manager core part */
+// FIXME/TODO: The name "(Graphics) resource manager", and the associated
+// filenames, are misleading. This should be renamed to "Graphics manager"
+// or something like that.
#include "sci/include/gfx_resource.h"
#include "sci/include/gfx_tools.h"