home *** CD-ROM | disk | FTP | other *** search
- #ifndef __INC_POS_PGADGET_GADBASE_H
- #define __INC_POS_PGADGET_GADBASE_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>GadBase.h<< 08 Mar 1997 17:58:45 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_LIBRARY_H
- #include <pExec/Library.h>
- #endif
-
-
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_GadgetBase
- {
- struct pOS_Library gdb_Lib;
-
- /*** SYSTEM - DATAS ***/
- };
-
-
-
- #endif
-