home *** CD-ROM | disk | FTP | other *** search
- #ifndef __INC_POS_PLAYER_LAYBASE_H
- #define __INC_POS_PLAYER_LAYBASE_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>LayBase.h<< 31 Jul 1996 10:38:14 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_LIBRARY_H
- #include <pExec/Library.h>
- #endif
-
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_LayerBase
- {
- struct pOS_Library lay_Lib;
-
- /*** SYSTEM - DATAS ***/
- };
-
-
- #endif
-