src/signs.h
branchnoai
changeset 9701 d1ac22c62f64
parent 9694 e72987579514
child 9724 b39bc69bb2f2
equal deleted inserted replaced
9700:e442ce398e83 9701:d1ac22c62f64
    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 
       
    31 	void QuickFree();
       
    32 };
    30 };
    33 
    31 
    34 enum {
    32 enum {
    35 	INVALID_SIGN = 0xFFFF,
    33 	INVALID_SIGN = 0xFFFF,
    36 };
    34 };