Skip to content
Snippets Groups Projects

feat: extend frontend converter for junction

Merged Ziqi Zhou requested to merge ziqi/road-logic-suite:dev/zzq/frontend-converter into main
4 unresolved threads
Files
13
@@ -170,3 +170,9 @@ cc_library(
"@units_nhh",
],
)
cc_library(
name = "junction",
hdrs = ["junction.h"],
visibility = ["//RoadLogicSuite:__subpackages__"],
)
Loading