Mercurial > mm7
comparison Weather.cpp @ 1262:0aeac0b9ca30
included header cleanup
author | Grumpy7 |
---|---|
date | Wed, 12 Jun 2013 21:07:34 +0200 |
parents | e0a1fccc89b1 |
children | c1c74df0a33e |
comparison
equal
deleted
inserted
replaced
1261:cdee1d692a4a | 1262:0aeac0b9ca30 |
---|---|
2 | 2 |
3 #include "Weather.h" | 3 #include "Weather.h" |
4 #include "Viewport.h" | 4 #include "Viewport.h" |
5 #include "Render.h" | 5 #include "Render.h" |
6 | 6 |
7 #include "mm7_data.h" | 7 #include "mm7_data.h" ////TODO: remove this once LOWORD/HIWRD stuff is refactored |
8 | 8 |
9 | 9 |
10 | 10 |
11 | 11 |
12 struct Weather *pWeather = new Weather; | 12 struct Weather *pWeather = new Weather; |