Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Added imports

Pre-release
Pre-release
Compare
Choose a tag to compare
@jeffreyguenther jeffreyguenther released this 16 May 18:40
· 281 commits to master since this release

Added the ability to import node definitions from other Shiro files.

use "filename.sro"

There is one important caveats to keep in mind when using imports. Only the node definitions from the included files are imported. If a graph or state is defined in a different file, it will be ignored.

Check out example_code/ImportsExample for an example how imports work.