mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-04-07 04:50:23 +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
|
|
@ -5,7 +5,7 @@ Smilebit's stack-based matrix math library.
|
|||
#ifndef MMATRIX_HPP
|
||||
#define MMATRIX_HPP
|
||||
|
||||
#include "../XDK/D3D.hpp"
|
||||
#include "../XDK/D3D.h"
|
||||
|
||||
|
||||
// 4x4 matrix type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue