Files @ r9859:8c15dba58099
Branch filter:

Location: cpp/openttd-patchpack/source/src/signs_type.h

peter1138
(svn r14004) -Codechange: Clean of drop down lists.
Move empty item drawing to base ListItem Draw() function.
Remove String() from base class.
Pass correct width to Draw().
/* $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 */