mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
feat(profile): adjust types
This commit is contained in:
parent
f33d4202e3
commit
a3fd6d44ae
4 changed files with 27 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue