Mercurial > mm7
annotate Engine/stru367.h @ 2575:a76d408c5132 tip
DrawTranslucent -> DrawTextureGrayShade
Removed old texture drawing stuff
author | a.parshin |
---|---|
date | Wed, 09 Mar 2016 01:39: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; |