feat(profile): add region code

This commit is contained in:
phaneron 2024-09-20 00:13:32 -04:00
parent e2b08911e9
commit da8d47619c
21 changed files with 762 additions and 6 deletions

View file

@ -10,4 +10,10 @@ typedef struct name##__ { \
}* name
#endif
DECLARE_STRUCT(CHandleObject);
struct CHandleObject {
int32_t m_refcount;
};
#endif