aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource.h
diff options
context:
space:
mode:
authorMax Horn2005-03-31 23:11:39 +0000
committerMax Horn2005-03-31 23:11:39 +0000
commitbed16296425df6def9b59ebe7df6f5ee45dcf035 (patch)
tree44f11cf4b59d70632a241aeb4439c60e7aff057f /scumm/resource.h
parent807b573ab253a2ab9eb2e667e346f42cb2a04064 (diff)
downloadscummvm-rg350-bed16296425df6def9b59ebe7df6f5ee45dcf035.tar.gz
scummvm-rg350-bed16296425df6def9b59ebe7df6f5ee45dcf035.tar.bz2
scummvm-rg350-bed16296425df6def9b59ebe7df6f5ee45dcf035.zip
Made findResourceSmall local to resource.cpp; simplified _EPAL_offs (since we don't use it nor save it at this time, this is harmless); added a comment about _CLUT_offs ugliness
svn-id: r17314
Diffstat (limited to 'scumm/resource.h')
-rw-r--r--scumm/resource.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/resource.h b/scumm/resource.h
index 7e1901f817..58498ca816 100644
--- a/scumm/resource.h
+++ b/scumm/resource.h
@@ -37,8 +37,6 @@ enum {
};
-const byte *findResourceSmall(uint32 tag, const byte *searchin);
-
class ResourceIterator {
uint32 _size;
uint32 _pos;