5 Copyright © 1997-98, The AROS Development Team. All rights reserved.
8 Desc: Demo of new OOP system
14 struct InterfaceBucket
16 struct InterfaceBucket
*Next
;
18 struct IFMethod
*MethodTable
;
30 IPTR (**MethodTable
)();
32 ULONG NumMethods
; /* Max method idx */
35 #endif /* HASHED_METHODS_H */