summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-01-29 19:41:44 +0000
committercelestar <celestar@openttd.org>2005-01-29 19:41:44 +0000
commit3c82a2b3c76da6933c8c0f75905f62795acb115a (patch)
treefcefcecfa2ec7dd8e9178d5206788bd62dcf3c53 /functions.h
parentb8fb0141a3faef0e98dd13562848c816a4ebb8bf (diff)
downloadopenttd-3c82a2b3c76da6933c8c0f75905f62795acb115a.tar.xz
(svn r1721) -Feature: It is now possible to build multiple road stations (up to 8) on
a single station. Thanks to: Truelight for the saveload code, Darkvater and Hackykid for network testing and Tron for proof-reading 1500 lines of diff.
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.h b/functions.h
index e39e27d38..36482e9a1 100644
--- a/functions.h
+++ b/functions.h
@@ -290,4 +290,5 @@ byte GetOSVersion(void);
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 *));
#endif /* FUNCTIONS_H */