(svn r13228) -Codechange: split console.h.
This commit is contained in:
13
src/console_gui.h
Normal file
13
src/console_gui.h
Normal 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 */
|
Reference in New Issue
Block a user