]> git.tdb.fi Git - libs/game.git/commit
Add a tool for generating setup structs and loaders for them
authorMikko Rasa <tdb@tdb.fi>
Sat, 17 Dec 2022 12:17:08 +0000 (14:17 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 17 Dec 2022 22:17:03 +0000 (00:17 +0200)
commit3b551a2caabdfebaac592b5fcbbeb6cbfe2fd43f
tree670bb86759ce2ec688e2b804bf94870b85302b45
parent8420959665d2a2cfeed3e50dc0d706b9b7570414
Add a tool for generating setup structs and loaders for them
.gitignore
Build
tools/setupgen/enum.cpp [new file with mode: 0644]
tools/setupgen/enum.h [new file with mode: 0644]
tools/setupgen/setupgen.cpp [new file with mode: 0644]
tools/setupgen/setupgen.h [new file with mode: 0644]
tools/setupgen/struct.cpp [new file with mode: 0644]
tools/setupgen/struct.h [new file with mode: 0644]
tools/setupgen/type.cpp [new file with mode: 0644]
tools/setupgen/type.h [new file with mode: 0644]