// Stub functions for object "Work:StormShell/ppc/Demos/mandel/objects_debug/mandelcalc.o"
// Generated by genMixBinStub 1.0 for StormC
// © 1997 HAAGE & PARTNER GmbH

// DO NOT EDIT

#ifndef __PPC__
#include <libraries/powerpc.h>
#include <pragma/powerpc_lib.h>
#endif // __PPC__

#ifndef __PPC__
extern "ASM" void _PPCStub__DrawMandelbrot(void);
extern "ASM" void _DrawMandelbrot()
{
	struct PPCArgs ppc = { 0 };
	static void (*_PPCData__DrawMandelbrot)(void) = _PPCStub__DrawMandelbrot;
	ppc.PP_Code = _PPCData__DrawMandelbrot;
	RunPPC(&ppc);
}
#else // __PPC__
extern "ASM" void _DrawMandelbrot();
extern "ASM" void __saveds _PPCStub__DrawMandelbrot(long *args)
{
	_DrawMandelbrot(

	);
}
#endif // __PPC__

