(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.

This commit is contained in:
rubidium
2008-03-28 08:53:36 +00:00
parent 0e73ac2198
commit 2426f5342f
29 changed files with 336 additions and 357 deletions

View File

@@ -28,7 +28,7 @@
#include "command_func.h"
#include "town.h"
#include "industry.h"
#include "news.h"
#include "news_func.h"
#include "engine.h"
#include "fileio.h"
#include "fios.h"