home *** CD-ROM | disk | FTP | other *** search
- {$if not def DTCLASS_LIB_H} CONST DTCLASS_LIB_H=0;
-
- { *************************************************************
- ** KickPascal-Include-Datei "dtclass.lib" zu Kickstart 3.0 **
- ************************************************************* }
-
- {$if not def INTUITION_CLASSES_H;incl "intuition/classes.h";endif}
- {$if not def INTUITION_CLASSUSR_H;incl "intuition/classusr.h";endif}
-
-
- Var DTClassBase : Ptr;
-
- LIBRARY DTClassBase:
- -30: FUNCTION ObtainEngine: _p_Class;
-
- end;
-
- {$endif}
-