Now dump tinygltf into irrlicht source

This commit is contained in:
jordan4ibanez
2023-11-29 05:51:51 -05:00
parent 7c010f8ca0
commit d9082b47f1
37 changed files with 323 additions and 17636 deletions

View File

@ -0,0 +1,7 @@
---
BasedOnStyle: Google
IndentWidth: 2
TabWidth: 2
UseTab: Never
BreakBeforeBraces: Attach
Standard: Cpp03