Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / main / std_includes / sfd / PROTOS / dtlib_protos.h
blobf7dcbb873562e51a56b6b8c73c57db7480d53287
1 #ifndef CLIB_DTLIB_PROTOS_H
2 #define CLIB_DTLIB_PROTOS_H
4 /*
5 ** $Id$
6 **
7 ** C prototypes. For use with 32 bit integers only.
8 **
9 ** Copyright © 2001 Amiga, Inc.
10 ** All Rights Reserved
13 #ifdef __cplusplus
14 extern "C" {
15 #endif /* __cplusplus */
17 #ifndef EXEC_TYPES_H
18 #include <exec/types.h>
19 #endif
20 #ifndef INTUITION_CLASSES_H
21 #include <intuition/classes.h>
22 #endif
23 Class *ObtainInfoEngine( struct Library *libBase );
25 #ifdef __cplusplus
27 #endif /* __cplusplus */
29 #endif /* CLIB_DTLIB_PROTOS_H */