home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Pascal / MAXONPASCAL2.DMS / in.adf / INCLUDE / dtclass.lib < prev    next >
Encoding:
Text File  |  1994-07-25  |  486 b   |  19 lines

  1. {$if not def DTCLASS_LIB_H} CONST DTCLASS_LIB_H=0;
  2.  
  3. { *************************************************************
  4.   ** KickPascal-Include-Datei "dtclass.lib" zu Kickstart 3.0 **
  5.   ************************************************************* }
  6.  
  7. {$if not def INTUITION_CLASSES_H;incl "intuition/classes.h";endif}
  8. {$if not def INTUITION_CLASSUSR_H;incl "intuition/classusr.h";endif}
  9.  
  10.  
  11. Var DTClassBase : Ptr;
  12.  
  13. LIBRARY DTClassBase:
  14.  -30: FUNCTION  ObtainEngine: _p_Class;
  15.  
  16. end;
  17.  
  18. {$endif}
  19.