/* RasterOpPackage.c produced by Cinder of January 18, 2036 7:14:05 pm PST */
/* formerly from <cedar/InstallationSupport.h>: */
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); }