aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/object.h')
-rw-r--r--engines/tinsel/object.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/tinsel/object.h b/engines/tinsel/object.h
index 5725445b62..a000dee72c 100644
--- a/engines/tinsel/object.h
+++ b/engines/tinsel/object.h
@@ -130,6 +130,8 @@ OBJECT *AllocObject(); // allocate a object from the free list
void FreeObject( // place a object back on the free list
OBJECT *pFreeObj); // object to free
+bool isValidObject(OBJECT *obj);
+
void CopyObject( // copy one object to another
OBJECT *pDest, // destination object
OBJECT *pSrc); // source object