You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/console_type.h

15 lines
229 B
C

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