src/signs.h
changeset 7992 8ac3fcd8d570
parent 7909 8df54a2839a1
child 6872 1c4a4a609f85
child 8754 5dae65402806
equal deleted inserted replaced
7991:05dd904bb306 7992:8ac3fcd8d570
    24 	Sign(StringID string = STR_NULL);
    24 	Sign(StringID string = STR_NULL);
    25 
    25 
    26 	/** Destroy the sign */
    26 	/** Destroy the sign */
    27 	~Sign();
    27 	~Sign();
    28 
    28 
    29 	bool IsValid() const { return this->str != STR_NULL; }
    29 	inline bool IsValid() const { return this->str != STR_NULL; }
    30 };
    30 };
    31 
    31 
    32 enum {
    32 enum {
    33 	INVALID_SIGN = 0xFFFF,
    33 	INVALID_SIGN = 0xFFFF,
    34 };
    34 };