summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-08-05 09:15:41 +0000
committertron <tron@openttd.org>2005-08-05 09:15:41 +0000
commit4696ef802a1c3b037a07a841945d73b52720a163 (patch)
tree4db884818a15ec2dc30fe1f1e660bded27872dae /functions.h
parent4f9b0d5f294a86cc3f041b3acaf1b1623afb277e (diff)
downloadopenttd-4696ef802a1c3b037a07a841945d73b52720a163.tar.xz
(svn r2809) Implement more generic threading functions, which allow more than one thread
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/functions.h b/functions.h
index 8537e6e13..f0763acb9 100644
--- a/functions.h
+++ b/functions.h
@@ -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 */