/* Automatically generated header (sfdc 1.11e)! Do not edit! */ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #if defined (__libnix__) __attribute__((section(".dlist___LIB_LIST__"))) void* IntuitionBase[2] = { (void*)-1, "intuition.library" }; #elif defined (__AMIGAOS4__) #undef __USE_INLINE__ #define _NO_INLINE #include #include #include #include #include #include #include __attribute__((weak)) struct IntuitionBase * IntuitionBase = NULL; __attribute__((weak)) struct IntuitionIFace* IIntuition = NULL; void __init_Intuition(void) __attribute__((constructor)); void __exit_Intuition(void) __attribute__((destructor)); void __init_Intuition(void) { if (IntuitionBase == NULL) { IntuitionBase = (struct IntuitionBase *) IExec->OpenLibrary("intuition.library", 0); assert(IntuitionBase != NULL); } if (IIntuition == NULL) { IIntuition = (struct IntuitionIFace*) IExec->GetInterface((struct Library*) IntuitionBase, "main", 1, NULL); assert(IIntuition != NULL); } } void __exit_Intuition(void) { IExec->DropInterface((struct Interface*) IIntuition); IExec->CloseLibrary((struct Library*) IntuitionBase); } #endif #ifdef __cplusplus } #endif /* __cplusplus */