From 6c28b1cec7b55b0b4074710bffd93965fe0a5e47 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Fri, 3 Feb 2006 12:55:21 +0000 Subject: (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files. --- aircraft_gui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'aircraft_gui.c') diff --git a/aircraft_gui.c b/aircraft_gui.c index 3898f9040..607fa3d2e 100644 --- a/aircraft_gui.c +++ b/aircraft_gui.c @@ -19,6 +19,7 @@ #include "player.h" #include "depot.h" #include "vehicle_gui.h" +#include "newgrf_engine.h" /** * Draw the purchase info details of an aircraft at a given location. -- cgit v1.2.3-54-g00ecf