Mercurial > mm7
comparison Engine/stru314.h @ 2499:68cdef6879a0
engine folder
author | Ritor1 |
---|---|
date | Fri, 19 Sep 2014 02:57:42 +0600 |
parents | |
children | 9ec6b8be16fe |
comparison
equal
deleted
inserted
replaced
2498:92eeeb5200f2 | 2499:68cdef6879a0 |
---|---|
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 float dist; | |
33 }; | |
34 #pragma pack(pop) |