2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-01 14:37:25 +00:00

refactor: streamline material dumping

This commit is contained in:
Jan Laupetin
2025-07-29 23:37:41 +01:00
parent 9885a4ce93
commit 0dfa57446c
26 changed files with 111 additions and 310 deletions

View File

@@ -3,6 +3,7 @@ ObjWritingTests = {}
function ObjWritingTests:include(includes)
if includes:handle(self:name()) then
includedirs {
"%{wks.location}/src/ObjWriting",
path.join(TestFolder(), "ObjWritingTests")
}
end