Mercurial > mm7
view Weather.h @ 471:c43f156a95c9
ArmorShopDialog crash fixed. All shops show its items
author | Gloval |
---|---|
date | Mon, 25 Feb 2013 23:33:15 +0400 |
parents | 1f0af5cac2dd |
children | 23a07ead5980 |
line wrap: on
line source
#pragma once /* 255 */ #pragma pack(push, 1) struct Weather { int DrawSnow(); int Initialize(); int Draw(); bool OnPlayerTurn(__int16 dangle); __int16 field_0[2000]; int field_FA0; int bRenderSnow; }; #pragma pack(pop) extern struct Weather *pWeather;