mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 10:17:03 +03:00
Compile XDK code as C
It appears to be all C code (especially the non-C++ parts of the C runtime, of course), so we'll compile it as such.
This commit is contained in:
parent
149af27b9c
commit
d435282a8b
9 changed files with 48 additions and 23 deletions
|
|
@ -7,7 +7,7 @@ Smilebit's stack-based matrix math library.
|
|||
|
||||
|
||||
#include "../Std.hpp"
|
||||
#include "../XDK/Win32.hpp"
|
||||
#include "../XDK/Win32.h"
|
||||
#include "MMatrix.hpp"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue