11 lines
218 B
Lua
11 lines
218 B
Lua
|
-- Waypoint handling is a stub at the moment.
|
||
|
-- TODO: Implement waypoints
|
||
|
|
||
|
function nav.add_waypoint(pos, name, label, isinfo, w_type)
|
||
|
-- This is a stub
|
||
|
end
|
||
|
|
||
|
function nav.remove_waypoint(name)
|
||
|
-- This is a stub
|
||
|
end
|