(svn r13228) -Codechange: split console.h.

This commit is contained in:
rubidium
2008-05-24 10:15:06 +00:00
parent 0c47d3fc14
commit 6c20f77330
21 changed files with 107 additions and 44 deletions

13
src/console_gui.h Normal file
View File

@@ -0,0 +1,13 @@
/* $Id$ */
/** @file console_gui.h GUI related functions in the console. */
#ifndef CONSOLE_GUI_H
#define CONSOLE_GUI_H
#include "window_type.h"
void IConsoleResize(Window *w);
void IConsoleSwitch();
#endif /* CONSOLE_GUI_H */