(svn r14117) -Fix: compile failing because the language files can't be copied to the right directory when piping the output because during configure a wrong path would be written in a variable when passing the output into a file under MinGW. You get it? well, I do not.
/* $Id$ */
/** @file signs_func.h Functions related to signs. */
#ifndef SIGNS_FUNC_H
#define SIGNS_FUNC_H
#include "signs_type.h"
extern SignID _new_sign_id;
void UpdateAllSignVirtCoords();
void PlaceProc_Sign(TileIndex tile);
/* signs_gui.cpp */
void ShowRenameSignWindow(const Sign *si);
void HandleClickOnSign(const Sign *si);
void ShowSignList();
#endif /* SIGNS_FUNC_H */