Minor code tidying

Mostly consistency with file headers and other such trifling things.
This commit is contained in:
KeybadeBlox 2025-12-18 22:09:47 -05:00
parent b40e9a0c56
commit 5692ee9531
7 changed files with 28 additions and 4 deletions

View file

@ -1,4 +1,14 @@
/* JSRF Decompilation: Smilebit/MMatrix.cpp
Smilebit's stack-based matrix math library.
*/
#pragma code_seg("MMATRIX")
#pragma bss_seg (".data" )
#include "../Std.hpp"
#include "../XDK/Win32.hpp"
#include "MMatrix.hpp"
// Address: 0x00264C04

View file

@ -1,4 +1,4 @@
/* JSRF Decompilation: MMatrix.hpp
/* JSRF Decompilation: Smilebit/MMatrix.hpp
Smilebit's stack-based matrix math library.
*/