forked from mirror/OpenTTD
(svn r13102) -Codechange: make a class of the NewsWindow.
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#ifndef NEWS_TYPE_H
|
||||
#define NEWS_TYPE_H
|
||||
|
||||
#include "window_type.h"
|
||||
#include "date_type.h"
|
||||
#include "strings_type.h"
|
||||
#include "sound_type.h"
|
||||
@@ -134,7 +133,4 @@ struct NewsItem {
|
||||
uint64 params[10];
|
||||
};
|
||||
|
||||
typedef bool ValidationProc(uint data_a, uint data_b);
|
||||
typedef void DrawNewsCallbackProc(Window *w, const NewsItem *ni);
|
||||
|
||||
#endif /* NEWS_TYPE_H */
|
||||
|
Reference in New Issue
Block a user