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/signs_type.h

16 lines
203 B
C

/* $Id$ */
/** @file signs_type.h Types related to signs */
#ifndef SIGNS_TYPE_H
#define SIGNS_TYPE_H
typedef uint16 SignID;
struct Sign;
enum {
INVALID_SIGN = 0xFFFF,
};
#endif /* SIGNS_TYPE_H */