Mercurial > might-and-magic-trilogy
comparison Weather.cpp @ 80:a84fb3752681
28.10.12
author | Ritor1 |
---|---|
date | Sun, 28 Oct 2012 22:13:23 +0600 |
parents | 8b8875f5b359 |
children |
comparison
equal
deleted
inserted
replaced
79:2fd44e5cbe89 | 80:a84fb3752681 |
---|---|
7 #include "mm7_data.h" | 7 #include "mm7_data.h" |
8 | 8 |
9 | 9 |
10 | 10 |
11 | 11 |
12 struct Weather *pWeather; | 12 struct Weather *pWeather = new Weather; |
13 | 13 |
14 | 14 |
15 | 15 |
16 //----- (004C2AA6) -------------------------------------------------------- | 16 //----- (004C2AA6) -------------------------------------------------------- |
17 int Weather::DrawSnow() | 17 int Weather::DrawSnow() |