1 #ifndef CLIB_ISO639_PROTOS_H 2 #define CLIB_ISO639_PROTOS_H 3 4 /* 5 * iso639.class C prototypes 6 * 7 * Copyright © 2011 The MorphOS Development Team, All Rights Reserved. 8 */ 9 10 #ifndef INTUITION_CLASSES_H 11 #include <intuition/classes.h> 12 #endif 13 14 #ifdef __cplusplus 15 extern "C" { 16 #endif /* __cplusplus */ 17 18 Class *ISO639_GetClass(); 19 20 #ifdef __cplusplus 21 } 22 #endif /* __cplusplus */ 23 24 #endif /* CLIB_ISO639_PROTOS_H */