comparison stru314.h @ 0:8b8875f5b359

Initial commit
author Nomad
date Fri, 05 Oct 2012 16:07:14 +0200
parents
children 5159d2e6f559
comparison
equal deleted inserted replaced
-1:000000000000 0:8b8875f5b359
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;
32 int field_28;
33 };
34 #pragma pack(pop)