src/signs_type.h
author rubidium
Sun, 06 Jul 2008 11:08:40 +0000
changeset 11120 373bc4028ce2
parent 9286 d446bf9f4a68
permissions -rw-r--r--
(svn r13678) -Fix (r13677): electric trains from pre elrail savegames would get stopped on load.
/* $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 */