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:
KeybadeBlox 2025-12-18 21:55:03 -05:00
parent 6ac4cdc5ed
commit b40e9a0c56
7 changed files with 8 additions and 8 deletions

View file

@ -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