Mercurial > mm7
annotate Engine/stru367.h @ 2542:bacf9809126a
.
author | a.parshin |
---|---|
date | Sun, 10 May 2015 02:04:52 +0200 |
parents | 68cdef6879a0 |
children |
rev | line source |
---|---|
2499 | 1 #pragma once |
2 | |
3 #include <array> | |
4 | |
5 /* 152 */ | |
6 #pragma pack(push, 1) | |
7 struct stru367 | |
8 { | |
9 bool direction; | |
10 std::array<int, 13> field_4; | |
11 std::array<int, 60> _view_transformed_x; | |
12 std::array<int, 60> _view_transformed_y; | |
13 std::array<int, 48> _view_transformed_z; | |
14 std::array<int, 60> _screen_space_y; | |
15 std::array<int, 60> _screen_space_x; | |
16 }; | |
17 #pragma pack(pop) | |
18 | |
19 | |
20 //extern const stru367 stru_367; |