OpenTTD/src/console_type.h

15 lines
229 B
C
Raw Normal View History

/* $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 */