src/signs_type.h
author rubidium
Sat, 17 May 2008 12:48:06 +0000
changeset 9273 35e0224ea8f1
parent 8790 4a7a796b3976
child 9913 d9ce89020cc0
permissions -rw-r--r--
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
/* $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 */