From 8f0e68285b4eadd1780280d7e36b00ff80c20f67 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 22 Dec 2007 23:30:28 +0000 Subject: (svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type. --- src/console_cmds.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/console_cmds.cpp') diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp index 4368c3c18..8cd8fe41d 100644 --- a/src/console_cmds.cpp +++ b/src/console_cmds.cpp @@ -27,6 +27,7 @@ #include "date.h" #include "network/network.h" #include "strings_func.h" +#include "viewport.h" // ** scriptfile handling ** // static FILE *_script_file; -- cgit v1.2.3-54-g00ecf