(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 c51b81c247
commit df1d9bd880
46 changed files with 29 additions and 41 deletions

View File

@@ -5,7 +5,7 @@
#include "stdafx.h"
#include "openttd.h"
#include "tile_map.h"
#include "station.h"
#include "station_type.h"
#include "gui.h"
#include "terraform_gui.h"
#include "window_gui.h"