2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-06 08:42:35 +00:00

chore: use templating on XAnimDumper

This commit is contained in:
Jan Laupetin
2026-06-05 15:25:27 +02:00
parent c448ddd06a
commit 6bb2688f95
5 changed files with 64 additions and 26 deletions
+2
View File
@@ -3,6 +3,8 @@ SystemTests = {}
function SystemTests:include(includes)
if includes:handle(self:name()) then
includedirs {
"%{wks.location}/src/ObjLoading",
"%{wks.location}/src/ObjWriting",
path.join(TestFolder(), "SystemTests")
}
end