Begin populating JSRF/Core

This commit is contained in:
KeybadeBlox 2025-12-31 11:14:07 -05:00
parent 22a8c350eb
commit 71937e4a97
5 changed files with 237 additions and 52 deletions

View file

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