diff src/openttd.cpp @ 9161:0106126c478a draft

(svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rename WE_4 to something more descriptive and correct some (completely incorrect) comments.
author rubidium <rubidium@openttd.org>
date Fri, 09 May 2008 09:29:27 +0000
parents 68da59de5396
children a7020e34c67b
line wrap: on
line diff
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -97,6 +97,7 @@
 void ResetMusic();
 void ResetOldNames();
 void ProcessAsyncSaveFinish();
+void CallWindowTickEvent();
 
 extern void SetDifficultyLevel(int mode, GameOptions *gm_opt);
 extern Player* DoStartupNewPlayer(bool is_ai);