src/signs_type.h
author smatz
Mon, 16 Jun 2008 19:38:41 +0000
changeset 9533 e8b86b70c5f6
parent 8790 4a7a796b3976
child 9913 d9ce89020cc0
permissions -rw-r--r--
(svn r13537) -Fix [FS#2090](r13523): QSortT won't work this way, use Dimension instead of uint16[2] for resolutions
/* $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 */