macish.c   [plain text]


#include <QuickDraw.h>

void InitToolbox()
{
	InitGraf(&qd.thePort);
}