From 02bf850d95c5755677c5839ace3500859a73b7be Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 6 Mar 2011 10:35:40 +0000 Subject: (svn r22209) -Codechange: Move function declarations from settings.h.preamble to the ini file that uses it. --- src/table/company_settings.ini | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/table/company_settings.ini') diff --git a/src/table/company_settings.ini b/src/table/company_settings.ini index ee3fbef44..887995e70 100644 --- a/src/table/company_settings.ini +++ b/src/table/company_settings.ini @@ -7,6 +7,9 @@ ; [pre-amble] +static bool CheckInterval(int32 p1); +static bool InvalidateDetailsWindow(int32 p1); + static const SettingDesc _company_settings[] = { [post-amble] }; -- cgit v1.2.3-54-g00ecf