(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneeded inclusions of engine.h and/or replace them with engine_type.h.

This commit is contained in:
rubidium
2008-03-31 00:17:39 +00:00
parent 2edd403656
commit ef2be7d0fc
46 changed files with 29 additions and 41 deletions

View File

@@ -7,7 +7,7 @@
#include "gui.h"
#include "window_gui.h"
#include "gfx_func.h"
#include "engine.h"
#include "engine_func.h"
#include "command_func.h"
#include "economy_func.h"
#include "news_func.h"