Mercurial > mm7
view stru160.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 | 96a81634669e |
children |
line wrap: on
line source
#pragma once /* 153 */ #pragma pack(push, 1) struct stru160 { inline stru160() {} inline stru160(float a, float b, float c): field_0(a), field_4(b), field_8(c) {} float field_0; float field_4; float field_8; }; #pragma pack(pop) #pragma pack(push, 1) struct stru16x: public stru160 { float field_C; }; #pragma pack(pop) extern std::array<stru160, 66> array_4EB8B8; extern std::array<stru160, 128> array_4EBBD0; extern std::array<__int32, 128*3> array_4EBBD0_x;