(svn r19064) -Feature: Allow to select different land colours for the smallmap (reworked by Alberth).

This commit is contained in:
terkhen
2010-02-08 23:46:35 +00:00
parent 3c627747d3
commit 52312ea17f
7 changed files with 110 additions and 17 deletions

View File

@@ -7,12 +7,13 @@
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file smallmap_gui.h Smallmap GUI functions, used at newgrf.cpp and toolbar_gui.cpp. */
/** @file smallmap_gui.h Smallmap GUI functions. */
#ifndef SMALLMAP_GUI_H
#define SMALLMAP_GUI_H
void BuildIndustriesLegend();
void ShowSmallMap();
void BuildLandLegend();
#endif /* SMALLMAP_GUI_H */