First version of the slice-to-prefab converter

It converts .slice and .ly files to .prefab files, but doesn't handle nested or complicated slices correctly yet.
This commit is contained in:
Mike Balfour
2021-05-14 11:18:15 -05:00
committed by GitHub
parent 5cc0cc9ee7
commit 77278a0329
9 changed files with 358 additions and 15 deletions
@@ -17,6 +17,8 @@ set(FILES
Dumper.h
Dumper.cpp
main.cpp
SliceConverter.h
SliceConverter.cpp
Utilities.h
Utilities.cpp
)