feat(profile): CMapArea and CMapChunk structs

This commit is contained in:
gromchek 2025-09-06 20:46:19 +03:00
parent 75c348f784
commit 4b49d692fa
3 changed files with 331 additions and 0 deletions

View file

@ -78,6 +78,8 @@
#include "m2/shared.h"
#include "m2/types.h"
#include "map/ADTchunks.h"
#include "map/CMapArea.h"
#include "map/WMOchunks.h"
#include "map/CMapObj.h"