22 lines
391 B
Plaintext
22 lines
391 B
Plaintext
; Generated by Ctran from olib.cat
|
|||
|
|
OLIB_ING equ 1
|
||
|
|
IFNDEF P_STD_INC
|
||
|
|
INCLUDE ..\inc\P_STD.INC
|
||
|
|
ENDIF
|
||
|
|
IFNDEF P_OBJECT_INC
|
||
|
|
INCLUDE ..\inc\P_OBJECT.INC
|
||
|
|
ENDIF
|
||
|
|
; Category Numbers
|
||
|
|
CAT_OLIB_OLIB equ 0
|
||
|
|
; Class Numbers
|
||
|
|
C_ROOT equ 0
|
||
|
|
; Method Numbers
|
||
|
|
O_DESTROY equ 0
|
||
|
|
; Property of root
|
||
|
|
PRS_ROOT struc
|
||
|
|
RootPc P_OBJECT <>
|
||
|
|
PRS_ROOT ends
|
||
|
|
PR_ROOT struc
|
||
|
|
RootRoot PRS_ROOT <>
|
||
|
|
PR_ROOT ends
|