mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-05-02 20:54:03 +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
14
profile/3.3.5a-windows-386/include/external/d3d9/cull.h
vendored
Normal file
14
profile/3.3.5a-windows-386/include/external/d3d9/cull.h
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#ifndef D3D9_CULL_H
|
||||
#define D3D9_CULL_H
|
||||
|
||||
DECLARE_ENUM(D3DCULL);
|
||||
|
||||
enum D3DCULL {
|
||||
D3DCULL_NONE = 1,
|
||||
D3DCULL_CW = 2,
|
||||
D3DCULL_CCW = 3,
|
||||
|
||||
D3DCULL_FORCE_DWORD = 0x7fffffff
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue