Files @ r8810:152ec6a4dbb8
Branch filter:

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

smatz
(svn r12553) -Fix (r11547): redraw the signal GUI when the signal drag density changes in the patch settings and vice versa
/* $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 */