From b88904f345cf14a3e02313b50d81148ee9bdf6d8 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. --- roadveh_cmd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'roadveh_cmd.c') diff --git a/roadveh_cmd.c b/roadveh_cmd.c index f9fd96d87..510baa010 100644 --- a/roadveh_cmd.c +++ b/roadveh_cmd.c @@ -18,6 +18,7 @@ #include "sound.h" #include "depot.h" #include "vehicle_gui.h" +#include "newgrf_engine.h" static const uint16 _roadveh_images[63] = { 0xCD4, 0xCDC, 0xCE4, 0xCEC, 0xCF4, 0xCFC, 0xD0C, 0xD14, -- cgit v1.2.3-54-g00ecf