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