home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 2
/
FFMCD02.bin
/
useful
/
os-include
/
clib
/
dtclass_protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-09-24
|
594b
|
25 lines
#ifndef CLIB_DTCLASS_PROTOS_H
#define CLIB_DTCLASS_PROTOS_H
/*
** $VER: dtclass_protos.h 39.0 (01.06.92)
** Includes Release 39.108
**
** C prototypes. For use with 32 bit integers only.
**
** (C) Copyright 1990-1992 Commodore-Amiga, Inc.
** All Rights Reserved
*/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef INTUITION_CLASSES_H
#include <intuition/classes.h>
#endif
#ifndef INTUITION_CLASSUSR_H
#include <intuition/classusr.h>
#endif
/*--- functions in V39 or higher (distributed as Release 3.0) ---*/
Class *ObtainEngine( void );
#endif /* CLIB_DTCLASS_PROTOS_H */