feat(gx): refresh CGxDevice studies

This commit is contained in:
phaneron 2025-04-29 16:26:36 -04:00
parent abcd88b4c1
commit 6a6d154b0a
63 changed files with 2685 additions and 549 deletions

View file

@ -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

View file

@ -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 {