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