File diff r21382:9d5f35b3c6bb → r21383:942c32fb8b0e
src/signs_cmd.cpp
Show inline comments
 
@@ -18,12 +18,14 @@
 
#include "tilehighlight_func.h"
 
#include "window_func.h"
 
#include "string_func.h"
 

	
 
#include "table/strings.h"
 

	
 
#include "safeguards.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,