home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 5
/
FreshFish_July-August1994.bin
/
bbs
/
cbm
/
nduk-v39.lha
/
V39
/
include
/
utility
/
utility.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-09-24
|
766b
|
43 lines
#ifndef UTILITY_UTILITY_H
#define UTILITY_UTILITY_H
/*
** $VER: utility.h 39.2 (18.09.92)
** Includes Release 39.108
**
** utility.library include file
**
** (C) Copyright 1992 Commodore-Amiga Inc.
** All Rights Reserved
*/
/*****************************************************************************/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef EXEC_LIBRARIES_H
#include <exec/libraries.h>
#endif
/*****************************************************************************/
#define UTILITYNAME "utility.library"
struct UtilityBase
{
struct Library ub_LibNode;
UBYTE ub_Language;
UBYTE ub_Reserved;
};
/*****************************************************************************/
#endif /* UTILITY_UTILITY_H */