summaryrefslogtreecommitdiffstats
path: root/Kod/bilbana/yc4/display/continue_line.m
blob: 973420176c432ed896330f30b27336ff0fe0f31f (plain) (blame)
1
2
3
4
5
function pkg = continue_line(x2, y2)
	arg = [get_bytes(x2), get_bytes(y2)];
	
	pkg = get_package('GW', arg)
end