equal
deleted
inserted
replaced
273 void SaveToConfig(void); |
273 void SaveToConfig(void); |
274 void CheckConfig(void); |
274 void CheckConfig(void); |
275 int ttd_main(int argc, char* argv[]); |
275 int ttd_main(int argc, char* argv[]); |
276 |
276 |
277 void DeterminePaths(void); |
277 void DeterminePaths(void); |
278 char * CDECL str_fmt(const char *str, ...); |
|
279 |
278 |
280 void bubblesort(void *base, size_t nmemb, size_t size, int(*compar)(const void *, const void *)); |
279 void bubblesort(void *base, size_t nmemb, size_t size, int(*compar)(const void *, const void *)); |
281 bool CreateOTTDThread(void *func, void *param); |
280 bool CreateOTTDThread(void *func, void *param); |
282 void CloseOTTDThread(void); |
281 void CloseOTTDThread(void); |
283 void JoinOTTDThread(void); |
282 void JoinOTTDThread(void); |