Mercurial > mm7
diff Engine/stru123.h @ 2499:68cdef6879a0
engine folder
author | Ritor1 |
---|---|
date | Fri, 19 Sep 2014 02:57:42 +0600 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Engine/stru123.h Fri Sep 19 02:57:42 2014 +0600 @@ -0,0 +1,13 @@ +#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; \ No newline at end of file