From a8a3a7e3f277c205900f5dde7441e612cd0114a8 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Jan 2008 09:19:53 +0000 Subject: (svn r11775) -Codechange: move all autoreplace/autorenew functions to a single location. --- src/roadveh_cmd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/roadveh_cmd.cpp') diff --git a/src/roadveh_cmd.cpp b/src/roadveh_cmd.cpp index 3d8135464..49f83f974 100644 --- a/src/roadveh_cmd.cpp +++ b/src/roadveh_cmd.cpp @@ -39,6 +39,7 @@ #include "vehicle_func.h" #include "sound_func.h" #include "variables.h" +#include "autoreplace_gui.h" static const uint16 _roadveh_images[63] = { -- cgit v1.2.3-54-g00ecf