mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-14 02:22:29 +00:00
feat(profile): update gx headers
This commit is contained in:
parent
37b206a6e3
commit
ad24eab0a4
16 changed files with 251 additions and 84 deletions
15
profile/3.3.5a-windows-386/include/external/d3d9/viewport.h
vendored
Normal file
15
profile/3.3.5a-windows-386/include/external/d3d9/viewport.h
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#ifndef D3D9_VIEWPORT_H
|
||||
#define D3D9_VIEWPORT_H
|
||||
|
||||
DECLARE_STRUCT(D3DVIEWPORT9);
|
||||
|
||||
struct D3DVIEWPORT9 {
|
||||
uint32_t X;
|
||||
uint32_t Y;
|
||||
uint32_t Width;
|
||||
uint32_t Height;
|
||||
float MinZ;
|
||||
float MaxZ;
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue