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