home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / Guide.lzx / Guide / pIntui / IntuBase.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-11  |  1.1 KB  |  40 lines

  1. @DATABASE "pIntui/IntuBase.h"
  2. @MASTER   "Work2:AD/IInc/pIntui/IntuBase.h"
  3. @REMARK   This file was created by ADtoHT 2.0 on 11-Mär-97  13:35:06
  4. @REMARK   Do not edit
  5. @REMARK   ADtoHT is © 1993-1995 Christian Stieber
  6.  
  7. @NODE MAIN "pIntui/IntuBase.h"
  8. @TOC "__pOS_Dev.guide/MAIN"
  9.  
  10. @{"pIntui/IntuBase.h" LINK File}
  11.  
  12.  
  13. @{b}Structures@{ub}
  14.  
  15. @{"pOS_IntuiDevice" LINK "pIntui/IntuBase.h/File" 16}  @{"pOS_IntuiStdReq" LINK "pIntui/IntuBase.h/File" 17}
  16.  
  17. @ENDNODE
  18. @NODE File "pIntui/IntuBase.h"
  19. #ifndef __INC_POS_PINTUI_INTUBASE_H
  20. #define __INC_POS_PINTUI_INTUBASE_H
  21. /*******************************************************************
  22.  Includes Release 24
  23.  (C) Copyright 1995-1997 proDAD
  24.      All Rights Reserved
  25.  
  26.  $AUT Holger Burkarth
  27.  $DAT >>IntuBase.h<<   08 Mar 1997    18:07:48 - (C) ProDAD
  28. *******************************************************************/
  29. #ifndef __INC_POS_PEXEC_DEVICE_H
  30. #include <@{"pExec/Device.h" LINK "pExec/Device.h/File"}>
  31. #endif
  32.  
  33.  
  34.  struct pOS_IntuiDevice {@{"struct pOS_Device" LINK "pExec/Device.h/File" 21} Dev; };
  35.  struct pOS_IntuiStdReq {void* dummy; };
  36.  
  37.  
  38. #endif
  39. @ENDNODE
  40.