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