summaryrefslogtreecommitdiff
path: root/amiga/os3support.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/os3support.h')
-rw-r--r--amiga/os3support.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/os3support.h b/amiga/os3support.h
index b9498998f..94d1d5818 100644
--- a/amiga/os3support.h
+++ b/amiga/os3support.h
@@ -242,6 +242,7 @@ struct Node *GetSucc(struct Node *node);
uint32 GetAttrs(Object *obj, Tag tag1, ...);
ULONG RefreshSetGadgetAttrs(struct Gadget *g, struct Window *w, struct Requester *r, Tag tag1, ...);
ULONG RefreshSetGadgetAttrsA(struct Gadget *g, struct Window *w, struct Requester *r, struct TagItem *tags);
+APTR NewObject(struct IClass * classPtr, CONST_STRPTR classID, ULONG tagList, ...);
/* Utility */
char *ASPrintf(const char *fmt, ...);