(svn r2809) Implement more generic threading functions, which allow more than one thread

This commit is contained in:
tron
2005-08-05 09:15:41 +00:00
parent 69f79c9f49
commit f315c95fa1
11 changed files with 202 additions and 111 deletions

View File

@@ -278,6 +278,4 @@ 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 *));
bool CreateOTTDThread(void *func, void *param);
void JoinOTTDThread(void);
#endif /* FUNCTIONS_H */