(svn r2754) Move str_fmt into string.[ch]

This commit is contained in:
tron
2005-07-29 21:52:20 +00:00
parent 1736566e22
commit 3a162799fd
4 changed files with 20 additions and 17 deletions

View File

@@ -275,7 +275,6 @@ void CheckConfig(void);
int ttd_main(int argc, char* argv[]);
void DeterminePaths(void);
char * CDECL str_fmt(const char *str, ...);
void bubblesort(void *base, size_t nmemb, size_t size, int(*compar)(const void *, const void *));
bool CreateOTTDThread(void *func, void *param);