Arrange decompilation source/target in directories

This commit is contained in:
KeybadeBlox 2025-12-17 21:46:17 -05:00
parent 21c3864bb7
commit 1c8eb137ee
11 changed files with 9 additions and 9 deletions

View file

@ -1,14 +0,0 @@
/* JSRF Decompilation: MMatrix.hpp
Smilebit's stack-based matrix math library.
*/
#ifndef MMATRIX_HPP
#define MMATRIX_HPP
#include "D3D.hpp"
// 4x4 matrix type
typedef D3DVECTOR4 Mat4[4];
#endif