1 #ifndef CLIB_EXTRAS_PROTOS_H 2 #define CLIB_EXTRAS_PROTOS_H 3 4 /* 5 extras.library C prototypes 6 Copyright © 2015 MorphOS Team 7 Generated with LibMaker 0.12. 8 */ 9 10 #include <graphics/gfx.h> 11 #include <utility/tagitem.h> 12 13 14 #ifdef __cplusplus 15 extern "C" { 16 #endif /* __cplusplus */ 17 18 struct BitMap* LoadImageToBitMapA(CONST_STRPTR, struct TagItem*); 19 APTR LoadFileA(CONST_STRPTR, struct TagItem*); 20 APTR LoadImageToArrayA(CONST_STRPTR, struct TagItem*); 21 22 #ifndef USE_INLINE_STDARG 23 24 struct BitMap* LoadImageToBitMap(CONST_STRPTR, Tag tag1, ...); 25 APTR LoadFile(CONST_STRPTR, Tag tag1, ...); 26 APTR LoadImageToArray(CONST_STRPTR, Tag tag1, ...); 27 28 #endif 29 30 #ifdef __cplusplus 31 } 32 #endif /* __cplusplus */ 33 34 #endif /* CLIB_EXTRAS_PROTOS_H */