From ac7757324ee2130f3c487f0323dbb23f9553806b Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 4 Feb 2009 16:59:41 +0000 Subject: (svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company. --- src/window_func.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/window_func.h') diff --git a/src/window_func.h b/src/window_func.h index 2e3767c97..0c175a8f4 100644 --- a/src/window_func.h +++ b/src/window_func.h @@ -28,6 +28,7 @@ void InvalidateWindowClassesData(WindowClass cls, int data = 0); void DeleteNonVitalWindows(); void DeleteAllNonVitalWindows(); +void DeleteConstructionWindows(); void HideVitalWindows(); void ShowVitalWindows(); -- cgit v1.2.3-54-g00ecf