src/signs_type.h
author skidd13
Sun, 15 Jun 2008 15:48:33 +0000
changeset 10967 fb9a80b89ea4
parent 9286 d446bf9f4a68
permissions -rw-r--r--
(svn r13521) -Codechange: Use GUIList sorting instead of poll & sort for CompanyLeagueWindow
/* $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 */