Mercurial > mm7
view stru367.h @ 2430:cb66a1082fcf
* ITrack, IMovie now properly propogate destructors
* VideoPlayer correctly deallocates memory after playing a movie
author | a.parshin |
---|---|
date | Wed, 23 Jul 2014 20:28:28 +0300 |
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;