home *** CD-ROM | disk | FTP | other *** search
- #ifndef UTILITY_UTILITY_H
- #define UTILITY_UTILITY_H
-
- /*******************************************************************
- pOS / Amiga adapt
- *******************************************************************/
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef EXEC_LIBRARY_H
- #include <exec/library.h>
- #endif
-
- #define UTILITYNAME "putility.library"
-
-
- struct UtilityBase
- {
- struct Library ub_LibNode;
- UBYTE ub_Language;
- UBYTE ub_Reserved;
- };
-
-
- #endif /* UTILITY_UTILITY_H */
-