mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 10:17:03 +03:00
Begin populating JSRF/Core
This commit is contained in:
parent
22a8c350eb
commit
71937e4a97
5 changed files with 237 additions and 52 deletions
|
|
@ -13,4 +13,6 @@ typedef DWORD D3DCOLOR;
|
|||
struct D3DVECTOR { float x, y, z ; };
|
||||
struct D3DVECTOR4 { float x, y, z, w; };
|
||||
|
||||
struct D3DRECT { LONG x1, y1, x2, y2; };
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue