From 6c20f77330468a954ca2abcd396ab4135ea176fd Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 24 May 2008 10:15:06 +0000 Subject: (svn r13228) -Codechange: split console.h. --- src/video/dedicated_v.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video/dedicated_v.cpp') diff --git a/src/video/dedicated_v.cpp b/src/video/dedicated_v.cpp index 523bb403d..8af223e8e 100644 --- a/src/video/dedicated_v.cpp +++ b/src/video/dedicated_v.cpp @@ -11,7 +11,7 @@ #include "../gfx_func.h" #include "../network/network.h" #include "../network/network_internal.h" -#include "../console.h" +#include "../console_func.h" #include "../variables.h" #include "../genworld.h" #include "../fileio.h" -- cgit v1.2.3-54-g00ecf