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