(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

14
src/console_type.h Normal file
View File

@@ -0,0 +1,14 @@
/* $Id$ */
/** @file console_type.h Globally used console related types. */
#ifndef CONSOLE_TYPE_H
#define CONSOLE_TYPE_H
enum IConsoleModes {
ICONSOLE_FULL,
ICONSOLE_OPENED,
ICONSOLE_CLOSED
};
#endif /* CONSOLE_TYPE_H */