mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
chore(binana): add a lot of texture functions
This commit is contained in:
parent
1042d9fa22
commit
571579c3c4
19 changed files with 2001 additions and 45 deletions
|
|
@ -9,11 +9,11 @@ DECLARE_STRUCT(CDataRecycler__NodeBlock);
|
|||
DECLARE_STRUCT(CDataRecycler__Node);
|
||||
|
||||
struct CDataRecycler__vtable {
|
||||
void *v_fn_00;
|
||||
void *v_fn_01;
|
||||
void *v_fn_02;
|
||||
void *v_fn_03;
|
||||
void *v_fn_04;
|
||||
void* v_fn_00;
|
||||
void* v_fn_01;
|
||||
void* v_fn_02;
|
||||
void* v_fn_03;
|
||||
void* v_fn_04;
|
||||
};
|
||||
|
||||
struct CDataRecycler__Node {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue