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

This commit is contained in:
rubidium
2008-05-15 13:47:55 +00:00
parent d1ab9908bc
commit d94bef9d5c
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;