From a948fcb6055b5aaf3086913a96e623296d62ef37 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Fri, 2 Sep 2005 16:05:59 +0000 Subject: (svn r2906) Fix some threaded saving problems. Now the thread only interfaces with the main program through a sort of mutex. Communication uses the function OTTD_SendThreadMessage() with the approiate message which is handled in ProcessSentMessage() during the main loop. --- functions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'functions.h') diff --git a/functions.h b/functions.h index 3c4af9c3c..073a85517 100644 --- a/functions.h +++ b/functions.h @@ -276,4 +276,5 @@ int ttd_main(int argc, char* argv[]); void DeterminePaths(void); void bubblesort(void *base, size_t nmemb, size_t size, int(*compar)(const void *, const void *)); +void CSleep(int milliseconds); #endif /* FUNCTIONS_H */ -- cgit v1.2.3-54-g00ecf