summaryrefslogtreecommitdiffstats
path: root/Kod/bilbana/yc4/display/box.m
blob: 786f95e59f188087a9dce89f1c77c1b3c24a436b (plain) (blame)
1
2
3
4
function pkg = box(x1, y1, x2, y2, n1)
arg = [get_bytes(x1), get_bytes(y1), get_bytes(x2), get_bytes(y2), n1];
pkg = get_package('RO', arg);
end