Mercurial > mm7
view stru314.h @ 1480:61451d5980bf
LevelDecoration maintenance changes
Move LevelDecoration to Level/Decoration.* files.
Cleanup of LevelDecoration::_47A825.
author | yoctozepto |
---|---|
date | Wed, 28 Aug 2013 22:10:13 +0200 |
parents | 9c0607679772 |
children |
line wrap: on
line source
#pragma once /* 179 */ #pragma pack(push, 1) struct stru314 { //----- (00489B60) -------------------------------------------------------- stru314() { this->field_4.x = 0.0; this->field_4.y = 0.0; this->field_4.z = 0.0; this->field_10.x = 0.0; this->field_10.y = 0.0; this->field_10.z = 0.0; this->field_1C.x = 0.0; this->field_1C.y = 0.0; this->field_1C.z = 0.0; //this->vdestructor_ptr = &stru314_pvdtor; } //----- (00489B96) -------------------------------------------------------- inline ~stru314() {} void (__fastcall ***vdestructor_ptr)(stru314 *, bool); Vec3_float_ field_4; Vec3_float_ field_10; Vec3_float_ field_1C; float dist; }; #pragma pack(pop)