summaryrefslogtreecommitdiffstats
path: root/Kod/bilbana/yc4/display/draw_frame_box.m
blob: 9b57c7c1b1ee6a6f5b9ffbe558d4e16033fa887d (plain) (blame)
1
2
3
4
5
function pkg = draw_frame_box(x1, y1, x2, y2, n1)
	arg = [get_bytes(x1), get_bytes(y1), get_bytes(x2), get_bytes(y2), n1];

	pkg = get_package('RT', arg);
end