From ff7e8fb2dde6c537da364b3602f4a2e56990c582 Mon Sep 17 00:00:00 2001 From: smatz Date: Thu, 3 Apr 2008 21:54:31 +0000 Subject: (svn r12550) -Change: the signal GUI is now persistent - has the same data when it is reopened --- src/rail_gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rail_gui.h') diff --git a/src/rail_gui.h b/src/rail_gui.h index 67d590211..baaed991e 100644 --- a/src/rail_gui.h +++ b/src/rail_gui.h @@ -9,5 +9,6 @@ void ShowBuildRailToolbar(RailType railtype, int button); void ReinitGuiAfterToggleElrail(bool disable); +int32 ResetSignalVariant(int32 = 0); #endif /* RAIL_GUI_H */ -- cgit v1.2.3-54-g00ecf