Mercurial > mm7
annotate stru123.h @ 2181:17b3e40daedc
_427E01_cast_spell continue
author | Ritor1 |
---|---|
date | Thu, 23 Jan 2014 00:18:05 +0600 |
parents | 5f9eeb7bf8e6 |
children |
rev | line source |
---|---|
0 | 1 #pragma once |
1822 | 2 #include <array> |
0 | 3 |
4 | |
5 /* 62 */ | |
6 #pragma pack(push, 1) | |
7 struct stru123 | |
8 { | |
1822 | 9 std::array<unsigned char, 75> field_0; |
10 std::array<unsigned char, 125> _decor_events; | |
0 | 11 }; |
12 #pragma pack(pop) | |
1736
c6fe09a06712
Player::CompareVariable finished, renamed stru_5E4C90 to stru_5E4C90_MapPersistVars, party::field_4A0 to party::CounterEventValues
Grumpy7
parents:
567
diff
changeset
|
13 extern stru123 stru_5E4C90_MapPersistVars; |