src/signs_type.h
author rubidium
Sun, 08 Jun 2008 10:51:36 +0000
changeset 9476 902f9cf6373f
parent 8790 4a7a796b3976
child 9913 d9ce89020cc0
permissions -rw-r--r--
(svn r13411) -Codechange: remove the return value from the thread procs because it is never used.
/* $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 */