aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/object.h
diff options
context:
space:
mode:
authorChristoph Mallon2011-05-18 14:42:02 +0200
committerMax Horn2011-05-18 15:30:33 +0200
commit5813ac1bcf57f592472c9d095c26781cd8b47a05 (patch)
tree1c94888bb0a7506f863c19404b31ff50fb145284 /engines/tinsel/object.h
parentf143668db4b0bb1efee9e97fc3b764cb90489c3a (diff)
downloadscummvm-rg350-5813ac1bcf57f592472c9d095c26781cd8b47a05.tar.gz
scummvm-rg350-5813ac1bcf57f592472c9d095c26781cd8b47a05.tar.bz2
scummvm-rg350-5813ac1bcf57f592472c9d095c26781cd8b47a05.zip
TINSEL: Remove declarations for non-existent functions FindObject() and GetNextObject().
Signed-off-by: Max Horn <max@quendi.de>
Diffstat (limited to 'engines/tinsel/object.h')
-rw-r--r--engines/tinsel/object.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/engines/tinsel/object.h b/engines/tinsel/object.h
index ed5ec69d27..5644ddf19c 100644
--- a/engines/tinsel/object.h
+++ b/engines/tinsel/object.h
@@ -144,15 +144,6 @@ void DelObject( // delete a object from a object list and add to free list
void SortObjectList( // re-sort an object list
OBJECT **pObjList); // list to sort
-OBJECT *GetNextObject( // object list iterator - returns next obj in list
- OBJECT *pObjList, // which object list
- OBJECT *pStrtObj); // object to start from - when NULL will start from beginning of list
-
-OBJECT *FindObject( // Searches the specified obj list for a object matching the specified OID
- OBJECT *pObjList, // object list to search
- int oidDesired, // object identifer of object to find
- int oidMask); // mask to apply to object identifiers before comparison
-
void GetAniOffset( // returns the anim offsets of a image, takes into account orientation
SCNHANDLE hImg, // image to get animation offset of
int flags, // images current flags