From 8896bea3064b6106b175585bd3098238c21a78a1 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 19 Dec 2007 19:44:29 +0000 Subject: (svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps. --- src/console.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/console.h') diff --git a/src/console.h b/src/console.h index 3a58716f0..4030c3851 100644 --- a/src/console.h +++ b/src/console.h @@ -5,6 +5,8 @@ #ifndef CONSOLE_H #define CONSOLE_H +#include "window_type.h" + /* maximum length of a typed in command */ #define ICON_CMDLN_SIZE 255 /* maximum length of a totally expanded command */ -- cgit v1.2.3-70-g09d2