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

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