mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
feat(profile): add type information for CGxDevice functions
This commit is contained in:
parent
5a70c8290f
commit
34d16625b7
9 changed files with 250 additions and 129 deletions
|
|
@ -8,6 +8,8 @@
|
|||
DECLARE_STRUCT(CAsyncObject);
|
||||
DECLARE_STRUCT(TSLink_CAsyncObject);
|
||||
|
||||
STORM_TS_LIST(CAsyncObject);
|
||||
|
||||
struct CAsyncObject {
|
||||
void* file;
|
||||
void* buffer;
|
||||
|
|
@ -26,6 +28,5 @@ struct CAsyncObject {
|
|||
uint16_t padding;
|
||||
TSLink_CAsyncObject link;
|
||||
};
|
||||
STORM_TS_LIST(CAsyncObject);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue