From 63dcb9aa80a2c77053033ed3c39b4fe5ed6f229b Mon Sep 17 00:00:00 2001 From: smix8 <52464204+smix8@users.noreply.github.com> Date: Sun, 26 Jun 2022 12:43:01 +0200 Subject: Add NavigationPathQuery Adds NavigationPathQueryParameters objects that can be used with NavigationServer.query_path() to query a customized navigation path. --- servers/navigation/SCsub | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 servers/navigation/SCsub (limited to 'servers/navigation/SCsub') diff --git a/servers/navigation/SCsub b/servers/navigation/SCsub new file mode 100644 index 0000000000..86681f9c74 --- /dev/null +++ b/servers/navigation/SCsub @@ -0,0 +1,5 @@ +#!/usr/bin/env python + +Import("env") + +env.add_source_files(env.servers_sources, "*.cpp") -- cgit v1.2.3