annotate stru367.h @ 1950:8509a59af88f

pActorBuffs[4] to pActorBuffs[ACTOR_BUFF_AFRAID]
author Grumpy7
date Fri, 25 Oct 2013 11:12:18 -0700
parents ff1867836af5
children
rev   line source
1078
b44dee7e70e8 added a structure for 0x50B700-0x50BBB8
zipi
parents:
diff changeset
1 #pragma once
b44dee7e70e8 added a structure for 0x50B700-0x50BBB8
zipi
parents:
diff changeset
2
1504
ff1867836af5 Cleanup of VectorTypes.
yoctozepto
parents: 1344
diff changeset
3 #include <array>
1078
b44dee7e70e8 added a structure for 0x50B700-0x50BBB8
zipi
parents:
diff changeset
4
b44dee7e70e8 added a structure for 0x50B700-0x50BBB8
zipi
parents:
diff changeset
5 /* 152 */
b44dee7e70e8 added a structure for 0x50B700-0x50BBB8
zipi
parents:
diff changeset
6 #pragma pack(push, 1)
b44dee7e70e8 added a structure for 0x50B700-0x50BBB8
zipi
parents:
diff changeset
7 struct stru367
b44dee7e70e8 added a structure for 0x50B700-0x50BBB8
zipi
parents:
diff changeset
8 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1294
diff changeset
9 bool direction;
1279
34c433886ed4 * indoor working
zipi
parents: 1078
diff changeset
10 std::array<int, 13> field_4;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1294
diff changeset
11 std::array<int, 60> _view_transformed_x;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1294
diff changeset
12 std::array<int, 60> _view_transformed_y;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1294
diff changeset
13 std::array<int, 48> _view_transformed_z;
1279
34c433886ed4 * indoor working
zipi
parents: 1078
diff changeset
14 std::array<int, 60> _screen_space_y;
34c433886ed4 * indoor working
zipi
parents: 1078
diff changeset
15 std::array<int, 60> _screen_space_x;
1078
b44dee7e70e8 added a structure for 0x50B700-0x50BBB8
zipi
parents:
diff changeset
16 };
b44dee7e70e8 added a structure for 0x50B700-0x50BBB8
zipi
parents:
diff changeset
17 #pragma pack(pop)
b44dee7e70e8 added a structure for 0x50B700-0x50BBB8
zipi
parents:
diff changeset
18
b44dee7e70e8 added a structure for 0x50B700-0x50BBB8
zipi
parents:
diff changeset
19
b44dee7e70e8 added a structure for 0x50B700-0x50BBB8
zipi
parents:
diff changeset
20 //extern const stru367 stru_367;