/* InstallationSupportPackage.c produced by Cinder of January 18, 2036 7:14:05 pm PST */ /* formerly from : */ typedef unsigned XR_InterfacePtr; typedef unsigned XR_GlobalFramePtr; extern XR_InterfacePtr XR_ImportInterface (); extern XR_InterfacePtr XR_ExportInterface (); extern void XR_ExportProc (); extern void XR_PushScope (); extern void XR_HideNames (); extern void XR_PopScope (); extern void XR_PushRename (); extern void XR_PopRename (); extern void XR_ForgetName (); extern void XR_ProhibitDuplicateExports (); extern void XR_PermitDuplicateExports (); extern void XR_AddControl (); extern XR_GlobalFramePtr XR_FirstControl(); void XR_Start (); static char versionStamp[] = "@(#)mob_version [3381034280,1425099463] InstallationSupportPackage.config"; static char configBuildTime[] = "@(#)configBuildTime January 29, 1993 11:49 am PST"; char XR_configBuildTime_InstallationSupportPackage[] = "January 29, 1993 7:49 pm GMT"; extern void XR_install_InstallationTypesImpl(); extern void XR_install_InstallationScopesImpl(); static XR_GlobalFramePtr firstControl; extern void XR_install_InstallationSupportPackage() { XR_PushScope("InstallationSupportPackage"); XR_ImportInterface("CardTab", 0, 0); XR_ImportInterface("CardTabBackdoor", 0, 0); XR_ImportInterface("RefTab", 0, 0); XR_ImportInterface("RefTabBackdoor", 0, 0); XR_ImportInterface("RuntimeError", 0, 0); XR_ImportInterface("UXStrings", 0, 0); XR_ImportInterface("Rope", 0, 0); XR_ImportInterface("Checksum", 0, 0); XR_ExportInterface("MesaLoadState", 0, 0); XR_ExportInterface("MesaLoadStateBackdoor", 0, 0); XR_ExportInterface("MesaLoadStateQuery", 0, 0); XR_HideNames(); XR_install_InstallationTypesImpl(); XR_install_InstallationScopesImpl(); XR_AddControl("InstallationScopesImpl"); XR_AddControl("InstallationTypesImpl"); firstControl = XR_FirstControl(); XR_PopScope(); } extern void XR_run_InstallationSupportPackage() { XR_StartCedarModule(firstControl); } extern void XR_unload_InstallationSupportPackage() { XR_Unload(firstControl); }