2499
|
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;
|
2532
|
14
|
2499
|
15 this->field_10.x = 0.0;
|
|
16 this->field_10.y = 0.0;
|
|
17 this->field_10.z = 0.0;
|
2532
|
18
|
2499
|
19 this->field_1C.x = 0.0;
|
|
20 this->field_1C.y = 0.0;
|
|
21 this->field_1C.z = 0.0;
|
|
22 //this->vdestructor_ptr = &stru314_pvdtor;
|
|
23 }
|
|
24
|
|
25 //----- (00489B96) --------------------------------------------------------
|
|
26 inline ~stru314()
|
|
27 {}
|
|
28
|
|
29
|
|
30 void (__fastcall ***vdestructor_ptr)(stru314 *, bool);
|
|
31 Vec3_float_ field_4;
|
|
32 Vec3_float_ field_10;
|
|
33 Vec3_float_ field_1C;
|
|
34 float dist;
|
|
35 };
|
|
36 #pragma pack(pop)
|