Files @ r9806:1fcdbff0d7b2
Branch filter:

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

rubidium
(svn r13948) -Add [YAPP]: Extend NPF with a function to find a safe tile and reserve a path. (michi_cc)
/* $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 */