annotate stru314.h @ 110:430786d916d6

6.11.12 SaveLoad
author Ritor1
date Tue, 06 Nov 2012 17:30:24 +0600
parents 5159d2e6f559
children
rev   line source
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1 #pragma once
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4 /* 179 */
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5 #pragma pack(push, 1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6 struct stru314
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8 //----- (00489B60) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9 stru314()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
10 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
11 this->field_4.x = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
12 this->field_4.y = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
13 this->field_4.z = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
14 this->field_10.x = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
15 this->field_10.y = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
16 this->field_10.z = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
17 this->field_1C.x = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
18 this->field_1C.y = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
19 this->field_1C.z = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
20 //this->vdestructor_ptr = &stru314_pvdtor;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
21 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
23 //----- (00489B96) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
24 inline ~stru314()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
25 {}
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
28 void (__fastcall ***vdestructor_ptr)(stru314 *, bool);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
29 Vec3_float_ field_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
30 Vec3_float_ field_10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
31 Vec3_float_ field_1C;
59
5159d2e6f559 BLV render
Nomad
parents: 0
diff changeset
32 float dist;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
33 };
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
34 #pragma pack(pop)