Mercurial > mm7
diff Spells.h @ 357:b07cf89108d5
Spell positions in book
author | Gloval |
---|---|
date | Thu, 21 Feb 2013 14:26:00 +0400 |
parents | 1c8add70bcf9 |
children | 2bc1c8d68f41 |
line wrap: on
line diff
--- a/Spells.h Thu Feb 21 10:07:51 2013 +0600 +++ b/Spells.h Thu Feb 21 14:26:00 2013 +0400 @@ -142,11 +142,19 @@ }; #pragma pack(pop) +#pragma pack(push, 1) +struct SpellBookIconPos +{ + unsigned int Xpos; + unsigned int Ypos; +}; +#pragma pack(pop) extern struct SpellStats *pSpellStats; +extern struct SpellBookIconPos pIconPos[108]; extern stru324_spell stru_4E3ACC[]; extern SpellData pSpellDatas[100]; \ No newline at end of file