Mercurial > mm7
annotate stru367.h @ 2391:5d866ee28376
delete stru176.h for MVS 2010 MMT project
author | Ritor1 |
---|---|
date | Fri, 04 Jul 2014 09:26:25 +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; |