Arrange decompilation source/target in directories

This commit is contained in:
KeybadeBlox 2025-12-17 21:46:17 -05:00
parent 21c3864bb7
commit 1c8eb137ee
11 changed files with 9 additions and 9 deletions

View file

@ -1,16 +0,0 @@
/* 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