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