2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-07-05 02:31:55 +00:00

chore: implement base loading and writing of xmodel json

This commit is contained in:
Jan
2024-03-30 14:09:58 +01:00
parent 237dc83cfc
commit abc3003b5b
8 changed files with 311 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include "Math/Quaternion.h"
#include <chrono>
#include <iomanip>
#include <iostream>