home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / IncPOS.lzx / pLayer / LayBase.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-18  |  604 b   |  27 lines

  1. #ifndef __INC_POS_PLAYER_LAYBASE_H
  2. #define __INC_POS_PLAYER_LAYBASE_H
  3. /*******************************************************************
  4.  Includes Release 24
  5.  (C) Copyright 1995-1997 proDAD
  6.      All Rights Reserved
  7.  
  8.  $AUT Holger Burkarth
  9.  $DAT >>LayBase.h<<   31 Jul 1996    10:38:14 - (C) ProDAD
  10. *******************************************************************/
  11. #ifndef __INC_POS_PEXEC_LIBRARY_H
  12. #include <pExec/Library.h>
  13. #endif
  14.  
  15.  
  16. /*----------------------------------
  17. -----------------------------------*/
  18. struct pOS_LayerBase
  19. {
  20.   struct pOS_Library lay_Lib;
  21.  
  22. /*** SYSTEM - DATAS ***/
  23. };
  24.  
  25.  
  26. #endif
  27.