Mercurial > mm7
view stru367.h @ 1974:0f62a2b8bd0a
stru319::_4273BB moved to Actor::_4273BB, renamed to _4273BB_DoesHitOtherActor
author | Grumpy7 |
---|---|
date | Sat, 26 Oct 2013 00:41:13 -0700 |
parents | ff1867836af5 |
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;