feat(profile): CMapBaseObjLink structures

This commit is contained in:
gromchek 2025-10-22 00:27:45 +03:00
parent 57430d2995
commit a36752d3a0
12 changed files with 5348 additions and 124 deletions

View file

@ -3,12 +3,15 @@
#include "tempest/box.h"
#include "async/object.h"
#include "WMOchunks.h"
#include "map/WMOchunks.h"
#include "tempest/vector.h"
#include "storm/list.h"
DECLARE_STRUCT(CMapObj);
DECLARE_STRUCT(CMapObjGroup);
STORM_TS_LIST(CMapObjGroup);
struct CMapObjGroup;
struct CMapObj
@ -66,9 +69,7 @@ struct CMapObj
CAsyncObject* asyncObject;
int32_t isGroupLoaded;
int32_t unk_1E4;
int32_t TSExplicitList__m_linkOffset;
void* TSExplicitList__ptr1;
void* TSExplicitList__ptr2;
TSExplicitList_CMapObjGroup mapObjGroupList;
int32_t mapObjGroupCount;
CMapObjGroup* mapObjGroupArray[512];
};