File diff r17624:f2c5f47dceaa → r17625:366001a31c88
src/signs_cmd.cpp
Show inline comments
 
@@ -18,12 +18,13 @@
 
#include "tilehighlight_func.h"
 
#include "window_func.h"
 
#include "string_func.h"
 

	
 
#include "table/strings.h"
 

	
 
/** The last built sign. */
 
SignID _new_sign_id;
 

	
 
/**
 
 * Place a sign at the given coordinates. Ownership of sign has
 
 * no effect whatsoever except for the colour the sign gets for easy recognition,
 
 * but everybody is able to rename/remove it.