summaryrefslogtreecommitdiff
path: root/amiga/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/object.h')
-rwxr-xr-xamiga/object.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/amiga/object.h b/amiga/object.h
index 85cbb6d52..6ea9bd1b1 100755
--- a/amiga/object.h
+++ b/amiga/object.h
@@ -58,5 +58,9 @@ void FreeObjList(struct MinList *objlist);
/** List abstraction as OS3 appears to have problems with NewMinList() **/
struct MinList *ami_AllocMinList(void);
void ami_NewMinList(struct MinList *list);
+
+/** Initialisation for itempool **/
+bool ami_object_init(void);
+void ami_object_fini(void);
#endif