From f7a9c4f522ed0b929627f68012484a501677546d Mon Sep 17 00:00:00 2001 From: peter1138 Date: Tue, 27 May 2008 12:24:23 +0000 Subject: (svn r13287) -Codechange: move engine list gui code away from engine.cpp (and its headers) to engine_gui.cpp --- src/autoreplace_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/autoreplace_gui.cpp') diff --git a/src/autoreplace_gui.cpp b/src/autoreplace_gui.cpp index 35ca3a924..88d5a9db8 100644 --- a/src/autoreplace_gui.cpp +++ b/src/autoreplace_gui.cpp @@ -22,6 +22,7 @@ #include "engine_func.h" #include "engine_base.h" #include "window_gui.h" +#include "engine_gui.h" #include "table/sprites.h" #include "table/strings.h" -- cgit v1.2.3-54-g00ecf