/* RasterOpPackage.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 [3915544717,1710258471] RasterOpPackage.config"; static char configBuildTime[] = "@(#)configBuildTime January 29, 1993 11:51 am PST"; char XR_configBuildTime_RasterOpPackage[] = "January 29, 1993 7:51 pm GMT"; extern void XR_install_BlockRotateImpl(); extern void XR_install_MaskWithColorImpl(); extern void XR_install_RasterOpForwardImpl(); extern void XR_install_RasterOpTileImpl(); extern void XR_install_RasterOpGreenbayImpl(); extern void XR_install_RasterOpCharBltImpl(); extern void XR_install_UnsafeTileImpl(); static XR_GlobalFramePtr firstControl; extern void XR_install_RasterOpPackage() { XR_PushScope("RasterOpPackage"); XR_ExportInterface("BlockRotate", 0, 0); XR_ExportInterface("MaskWithColor", 0, 0); XR_ExportInterface("RasterOp", 0, 0); XR_ExportInterface("UnsafeTile", 0, 0); XR_HideNames(); XR_install_BlockRotateImpl(); XR_install_MaskWithColorImpl(); XR_install_RasterOpForwardImpl(); XR_install_RasterOpTileImpl(); XR_install_RasterOpGreenbayImpl(); XR_install_RasterOpCharBltImpl(); XR_install_UnsafeTileImpl(); XR_AddControl("BlockRotateImpl"); XR_AddControl("MaskWithColorImpl"); XR_AddControl("RasterOpForwardImpl"); XR_AddControl("RasterOpTileImpl"); XR_AddControl("RasterOpGreenbayImpl"); XR_AddControl("RasterOpCharBltImpl"); XR_AddControl("UnsafeTileImpl"); firstControl = XR_FirstControl(); XR_PopScope(); } extern void XR_run_RasterOpPackage() { XR_StartCedarModule(firstControl); } extern void XR_unload_RasterOpPackage() { XR_Unload(firstControl); }