Mercurial > mm7
annotate stru367.h @ 1787:0c4d3c6a9d5a
DrawBuildingsD3D cleared
author | Ritor1 |
---|---|
date | Fri, 04 Oct 2013 17:30:47 +0600 |
parents | ff1867836af5 |
children |
rev | line source |
---|---|
1078 | 1 #pragma once |
2 | |
1504 | 3 #include <array> |
1078 | 4 |
5 /* 152 */ | |
6 #pragma pack(push, 1) | |
7 struct stru367 | |
8 { | |
1344 | 9 bool direction; |
1279 | 10 std::array<int, 13> field_4; |
1344 | 11 std::array<int, 60> _view_transformed_x; |
12 std::array<int, 60> _view_transformed_y; | |
13 std::array<int, 48> _view_transformed_z; | |
1279 | 14 std::array<int, 60> _screen_space_y; |
15 std::array<int, 60> _screen_space_x; | |
1078 | 16 }; |
17 #pragma pack(pop) | |
18 | |
19 | |
20 //extern const stru367 stru_367; |