/*
	おこめ標準グラフィック関数
*/

#include	<NORMLIB.h>

void boxbf(int x, int y, int xn, int yn, int c1, int c2)
{
	box(x, y, xn, yn, 0x22, c1, c2);
}
