summaryrefslogtreecommitdiff
path: root/src/functions.h
diff options
context:
space:
mode:
authorskidd13 <skidd13@openttd.org>2007-11-26 17:50:22 +0000
committerskidd13 <skidd13@openttd.org>2007-11-26 17:50:22 +0000
commit71c10f7df7c1ec20bbc0c23580041a2e337b2500 (patch)
tree2e39f6768332621cf233165bcce1d8d2ee07f273 /src/functions.h
parent734b22e070ca1dac717780d0a4d1ca962c4ddfbf (diff)
downloadopenttd-71c10f7df7c1ec20bbc0c23580041a2e337b2500.tar.xz
(svn r11527) -Codechange: Split the bitmath functions of to their own files
Diffstat (limited to 'src/functions.h')
-rw-r--r--src/functions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/functions.h b/src/functions.h
index 461f89335..e7ee6f26f 100644
--- a/src/functions.h
+++ b/src/functions.h
@@ -105,8 +105,6 @@ void ChangeTownRating(Town *t, int add, int max);
uint GetTownRadiusGroup(const Town* t, TileIndex tile);
void ShowHighscoreTable(int difficulty, int8 rank);
-int FindFirstBit(uint32 x);
-
void AfterLoadTown();
void UpdatePatches();
void AskExitGame();