Mercurial > mm7
view Engine/stru367.h @ 2556:91c75d202d30
Shooting bow sound & stats word wrap
(bugfix submitted by default8p)
author | a.parshin |
---|---|
date | Thu, 14 May 2015 11:03:14 +0200 |
parents | 68cdef6879a0 |
children |
line wrap: on
line source
#pragma once #include <array> /* 152 */ #pragma pack(push, 1) struct stru367 { bool direction; std::array<int, 13> field_4; std::array<int, 60> _view_transformed_x; std::array<int, 60> _view_transformed_y; std::array<int, 48> _view_transformed_z; std::array<int, 60> _screen_space_y; std::array<int, 60> _screen_space_x; }; #pragma pack(pop) //extern const stru367 stru_367;