mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 10:17:03 +03:00
Rename Microsoft decompile directory to XDK
Felt more appropriate to name it after the library it's implementing than the vendor.
This commit is contained in:
parent
6ac4cdc5ed
commit
b40e9a0c56
7 changed files with 8 additions and 8 deletions
|
|
@ -5,10 +5,10 @@ Game and GameObj classes that form the foundation of the JSRF game code.
|
|||
#ifndef CORE_HPP
|
||||
#define CORE_HPP
|
||||
|
||||
#include "D3D.hpp"
|
||||
#include "MMatrix.hpp"
|
||||
#include "Std.hpp"
|
||||
#include "Win32.hpp"
|
||||
#include "../Smilebit/MMatrix.hpp"
|
||||
#include "../Std.hpp"
|
||||
#include "../XDK/D3D.hpp"
|
||||
#include "../XDK/Win32.hpp"
|
||||
|
||||
|
||||
// TODO; move to header for Graphics COM object in Smilebit libraries
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ Smilebit's stack-based matrix math library.
|
|||
#ifndef MMATRIX_HPP
|
||||
#define MMATRIX_HPP
|
||||
|
||||
#include "D3D.hpp"
|
||||
#include "../XDK/D3D.hpp"
|
||||
|
||||
|
||||
// 4x4 matrix type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue