#ifndef UTILITY_UTILITY_H #define UTILITY_UTILITY_H /* ** $VER: utility.h 39.2 (18.9.92) ** Includes Release 40.15 ** ** utility.library include file ** ** (C) Copyright 1992-1993 Commodore-Amiga Inc. ** All Rights Reserved */ /*****************************************************************************/ #ifndef EXEC_TYPES_H #include #endif #ifndef EXEC_LIBRARIES_H #include #endif /*****************************************************************************/ #define UTILITYNAME "utility.library" struct UtilityBase { struct Library ub_LibNode; UBYTE ub_Language; UBYTE ub_Reserved; }; /*****************************************************************************/ #endif /* UTILITY_UTILITY_H */