mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
feat(gx): refresh CGxDevice studies
This commit is contained in:
parent
abcd88b4c1
commit
6a6d154b0a
63 changed files with 2685 additions and 549 deletions
|
|
@ -12,13 +12,4 @@ struct CSimpleSortedArray_##T { \
|
|||
uint32_t m_iterator; \
|
||||
};
|
||||
|
||||
#define COMMON_SIMPLE_SORTED_ARRAY_POINTER_TO(T) STORM_TS_GROWABLE_ARRAY_POINTER_TO(T); \
|
||||
typedef struct CSimpleSortedArray_pointer_to_##T CSimpleSortedArray_pointer_to_##T; \
|
||||
struct CSimpleSortedArray_pointer_to_##T { \
|
||||
TSGrowableArray_pointer_to_##T m_array; \
|
||||
uint32_t m_count; \
|
||||
uint32_t m_maxcount; \
|
||||
uint32_t m_iterator; \
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
@ -14,8 +14,9 @@ DECLARE_ENUM(CBaseManaged__ManagedFlags);
|
|||
#include "tempest/vector.h"
|
||||
|
||||
typedef HOBJECT HDATAMGR;
|
||||
typedef CBaseManaged* pointer_to_CBaseManaged;
|
||||
|
||||
STORM_TS_FIXED_ARRAY_POINTER_TO(CBaseManaged);
|
||||
STORM_TS_FIXED_ARRAY(pointer_to_CBaseManaged);
|
||||
STORM_TS_LIST(CBaseManaged);
|
||||
|
||||
enum CBaseManaged__ManagedTypeIds {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue