diff options
author | smix8 <52464204+smix8@users.noreply.github.com> | 2022-06-26 12:43:01 +0200 |
---|---|---|
committer | smix8 <52464204+smix8@users.noreply.github.com> | 2022-09-20 22:20:11 +0200 |
commit | 63dcb9aa80a2c77053033ed3c39b4fe5ed6f229b (patch) | |
tree | 1799324487b97a8bf737cbdd561e0eb89ce26148 /servers/navigation/SCsub | |
parent | d1be14a9cbb10721d998a936169a55fa464dc687 (diff) |
Add NavigationPathQuery
Adds NavigationPathQueryParameters objects that can be used with NavigationServer.query_path() to query a customized navigation path.
Diffstat (limited to 'servers/navigation/SCsub')
-rw-r--r-- | servers/navigation/SCsub | 5 |
1 files changed, 5 insertions, 0 deletions
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") |