Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / main / std_includes / sfd / PROTOS / scalosplugin_protos.h
blob9c0561e52454328d4973114d366af1ebecb150f0
1 #ifndef CLIB_SCALOSPLUGIN_PROTOS_H
2 #define CLIB_SCALOSPLUGIN_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 const struct ScaClassInfo *SCAGetClassInfo( VOID );
19 #ifdef __cplusplus
21 #endif /* __cplusplus */
23 #endif /* CLIB_SCALOSPLUGIN_PROTOS_H */