(svn r20073) -Feature: customizable hotkeys for the road toolbar

This commit is contained in:
yexo
2010-07-04 10:57:31 +00:00
parent 21040a206b
commit 1e05ef9480
4 changed files with 62 additions and 36 deletions

View File

@@ -14,7 +14,7 @@
#include "road_type.h"
void ShowBuildRoadToolbar(RoadType roadtype);
void ShowBuildRoadScenToolbar();
Window *ShowBuildRoadToolbar(RoadType roadtype);
Window *ShowBuildRoadScenToolbar();
#endif /* ROAD_GUI_H */