(svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.

This commit is contained in:
peter1138
2006-02-03 12:55:21 +00:00
parent 6823be9d03
commit b88904f345
19 changed files with 698 additions and 641 deletions

View File

@@ -17,6 +17,7 @@
#include "variables.h"
#include "bridge.h"
#include "economy.h"
#include "newgrf_engine.h"
/* TTDPatch extended GRF format codec
* (c) Petr Baudis 2004 (GPL'd)