src/road_gui.h
author rubidium
Sat, 12 Jul 2008 14:03:36 +0000
changeset 11134 c40cabfe69a5
parent 8607 d16299e657ba
permissions -rw-r--r--
(svn r13692) -Fix (r13674): loading PNG sprites could very quickly fill the sprite cache.
/* $Id$ */

/** @file road_gui.h Functions/types related to the road GUIs. */

#ifndef ROAD_GUI_H
#define ROAD_GUI_H

#include "road_type.h"

void ShowBuildRoadToolbar(RoadType roadtype);
void ShowBuildRoadScenToolbar();

#endif /* ROAD_GUI_H */