0
|
1 #pragma once
|
|
2
|
|
3
|
|
4 /* 179 */
|
|
5 #pragma pack(push, 1)
|
|
6 struct stru314
|
|
7 {
|
|
8 //----- (00489B60) --------------------------------------------------------
|
|
9 stru314()
|
|
10 {
|
|
11 this->field_4.x = 0.0;
|
|
12 this->field_4.y = 0.0;
|
|
13 this->field_4.z = 0.0;
|
|
14 this->field_10.x = 0.0;
|
|
15 this->field_10.y = 0.0;
|
|
16 this->field_10.z = 0.0;
|
|
17 this->field_1C.x = 0.0;
|
|
18 this->field_1C.y = 0.0;
|
|
19 this->field_1C.z = 0.0;
|
|
20 //this->vdestructor_ptr = &stru314_pvdtor;
|
|
21 }
|
|
22
|
|
23 //----- (00489B96) --------------------------------------------------------
|
|
24 inline ~stru314()
|
|
25 {}
|
|
26
|
|
27
|
|
28 void (__fastcall ***vdestructor_ptr)(stru314 *, bool);
|
|
29 Vec3_float_ field_4;
|
|
30 Vec3_float_ field_10;
|
|
31 Vec3_float_ field_1C;
|
59
|
32 float dist;
|
0
|
33 };
|
|
34 #pragma pack(pop)
|