feat(profile): adjust types

This commit is contained in:
gromchek 2025-11-09 19:34:50 +03:00
parent f33d4202e3
commit a3fd6d44ae
4 changed files with 27 additions and 15 deletions

View file

@ -6,6 +6,8 @@ DECLARE_STRUCT(CMapDoodadDef);
#include "tempest/box.h"
#include "tempest/matrix.h"
#include "tempest/vector.h"
#include "tempest/sphere.h"
#include "m2/model.h"
#include "storm/list.h"
#include "map/CMapArea.h"
@ -37,9 +39,8 @@ struct CMapDoodadDef
uint32_t unkFlags_28; //0x28
int32_t unkCounter; //0x2C
float unk_030; //0x30
void* unk_m2Model_034; //0x34
C3Vector vec1;
float unk_044; //0x44
CM2Model* model;
CAaSphere sphere;
CAaBox bboxStaticEntity;
C3Vector vec2;
C3Vector position;