Common: Move Matrix classes out of MathUtil into their own files and make their interface more friendly.

This commit is contained in:
Jordan Woyak
2019-01-29 16:05:51 -06:00
parent 3b4486bad3
commit b9a00a40a9
8 changed files with 272 additions and 193 deletions

View File

@ -24,6 +24,7 @@ add_library(common
JitRegister.cpp
Logging/LogManager.cpp
MathUtil.cpp
Matrix.cpp
MD5.cpp
MemArena.cpp
MemoryUtil.cpp