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/ship_cmd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ship_cmd.cpp') diff --git a/src/ship_cmd.cpp b/src/ship_cmd.cpp index cc2f872d5..8d5e5081f 100644 --- a/src/ship_cmd.cpp +++ b/src/ship_cmd.cpp @@ -35,6 +35,7 @@ #include "vehicle_func.h" #include "sound_func.h" #include "variables.h" +#include "autoreplace_gui.h" static const uint16 _ship_sprites[] = {0x0E5D, 0x0E55, 0x0E65, 0x0E6D}; -- cgit v1.2.3-54-g00ecf