Files @ r9288:4f5dc8362dae
Branch filter:

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

rubidium
(svn r13154) -Codechange: make a window class of the news message history window.
/* $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 */