feat(profile): CChunkGeomBuffer and CMapChunkBuf structs

This commit is contained in:
gromchek 2025-12-08 00:45:53 +03:00
parent 40f4c25346
commit c83a929f50
3 changed files with 58 additions and 0 deletions

View file

@ -93,6 +93,8 @@
#include "map/CMapBaseObjLink.h"
#include "map/Weather.h"
#include "map/Particulate.h"
#include "map/CChunkGeomFactory.h"
#include "map/CMapChunkBuf.h"
#include "character/CCharacterComponent.h"