mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-04-27 03:03:52 +00:00
fix(profile): overhaul 3.3.5a-windows-386 to work with SuperImportSymbolsScript.py
This commit is contained in:
parent
bdb3389efb
commit
2d003672ec
39 changed files with 1476 additions and 1232 deletions
16
profile/3.3.5a-windows-386/include/external/d3d9/textureaddress.h
vendored
Normal file
16
profile/3.3.5a-windows-386/include/external/d3d9/textureaddress.h
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#ifndef D3D9_TEXTURE_ADDRESS_H
|
||||
#define D3D9_TEXTURE_ADDRESS_H
|
||||
|
||||
DECLARE_ENUM(D3DTEXTUREADDRESS);
|
||||
|
||||
enum D3DTEXTUREADDRESS {
|
||||
D3DTADDRESS_WRAP = 1,
|
||||
D3DTADDRESS_MIRROR = 2,
|
||||
D3DTADDRESS_CLAMP = 3,
|
||||
D3DTADDRESS_BORDER = 4,
|
||||
D3DTADDRESS_MIRRORONCE = 5,
|
||||
|
||||
D3DTADDRESS_FORCE_DWORD = 0x7fffffff
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue