mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-04-07 13:00:24 +03:00
Add delink POSIX script
Also reworked the directory structure a little.
This commit is contained in:
parent
7e1785e466
commit
fe20d64d27
14 changed files with 81 additions and 14 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue