File diff r7412:e5f07529a093 → r7413:3ccdde9800e0
src/signs.h
Show inline comments
 
@@ -24,14 +24,12 @@ struct Sign : PoolItem<Sign, SignID, &_S
 
	Sign(StringID string = STR_NULL);
 

	
 
	/** Destroy the sign */
 
	~Sign();
 

	
 
	bool IsValid() const { return this->str != STR_NULL; }
 

	
 
	void QuickFree();
 
};
 

	
 
enum {
 
	INVALID_SIGN = 0xFFFF,
 
};