(svn r13102) -Codechange: make a class of the NewsWindow.

This commit is contained in:
rubidium
2008-05-15 13:47:55 +00:00
parent f8d02c7d71
commit ca8d282eff
5 changed files with 143 additions and 154 deletions

View File

@@ -10,7 +10,6 @@
void AddNewsItem(StringID string, NewsSubtype subtype, uint data_a, uint data_b);
void NewsLoop();
void DrawNewsBorder(const Window *w);
void InitNewsItemStructs();
extern NewsItem _statusbar_news_item;