From d582aea639e5d3ee592ec37f90b03bebbc3163f1 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 19 Dec 2007 20:45:46 +0000 Subject: (svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found. --- src/console.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/console.cpp') diff --git a/src/console.cpp b/src/console.cpp index fca19fbc5..5e4db8965 100644 --- a/src/console.cpp +++ b/src/console.cpp @@ -7,6 +7,8 @@ #include "table/strings.h" #include "functions.h" #include "gui.h" +#include "textbuf_gui.h" +#include "window_gui.h" #include "gfx.h" #include "player.h" #include "variables.h" -- cgit v1.2.3-54-g00ecf