@@ -133,10 +133,13 @@ extern const char *glue_ivar_getTypeEncoding(void); extern ptrdiff_t glue_ivar_getOffset(void); extern Method *glue_class_copyMethodList(void); extern SEL glue_method_getName(void); extern const char *glue_method_getTypeEncoding(void); +extern objc_property_t *glue_class_copyPropertyList(void); +extern const char *glue_property_getName(void); +extern char *glue_property_copyAttributeValue(void); #ifdef OF_MORPHOS const ULONG __abox__ = 1; #endif struct ExecBase *SysBase; @@ -647,10 +650,13 @@ (CONST_APTR)glue_ivar_getTypeEncoding, (CONST_APTR)glue_ivar_getOffset, (CONST_APTR)glue_class_copyMethodList, (CONST_APTR)glue_method_getName, (CONST_APTR)glue_method_getTypeEncoding, + (CONST_APTR)glue_class_copyPropertyList, + (CONST_APTR)glue_property_getName, + (CONST_APTR)glue_property_copyAttributeValue, (CONST_APTR)-1, #ifdef OF_MORPHOS (CONST_APTR)FUNCARRAY_END #endif };