Mercurial > mm7
view Engine/stru123.h @ 2545:e06a3fe9ad6e
TravelUI init logic moved to GUIWindow_Travel
TransitionUI init logic moved to GUIWindow_Transition
author | a.parshin |
---|---|
date | Mon, 11 May 2015 16:43:46 +0200 |
parents | 68cdef6879a0 |
children |
line wrap: on
line source
#pragma once #include <array> /* 62 */ #pragma pack(push, 1) struct stru123 { std::array<unsigned char, 75> field_0; std::array<unsigned char, 125> _decor_events; }; #pragma pack(pop) extern stru123 stru_5E4C90_MapPersistVars;