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
16
decompile/src/XDK/D3D.hpp
Normal file
16
decompile/src/XDK/D3D.hpp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/* JSRF Decompilation: D3D.hpp
|
||||
Direct3D8 declarations.
|
||||
*/
|
||||
|
||||
#ifndef D3D_HPP
|
||||
#define D3D_HPP
|
||||
|
||||
#include "Win32.hpp"
|
||||
|
||||
|
||||
typedef DWORD D3DCOLOR;
|
||||
|
||||
struct D3DVECTOR { float x, y, z ; };
|
||||
struct D3DVECTOR4 { float x, y, z, w; };
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue