mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-23 06:29:11 +00:00
(svn r2809) Implement more generic threading functions, which allow more than one thread
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user