signs_type.h

Go to the documentation of this file.
00001 /* $Id: signs_type.h 14063 2008-08-13 06:05:01Z rubidium $ */
00002 
00005 #ifndef SIGNS_TYPE_H
00006 #define SIGNS_TYPE_H
00007 
00008 typedef uint16 SignID;
00009 struct Sign;
00010 
00011 enum {
00012   INVALID_SIGN = 0xFFFF,
00013 
00014   MAX_LENGTH_SIGN_NAME_BYTES  =  31, 
00015   MAX_LENGTH_SIGN_NAME_PIXELS = 255, 
00016 };
00017 
00018 #endif /* SIGNS_TYPE_H */

Generated on Mon Feb 16 23:12:10 2009 for openttd by  doxygen 1.5.6