(svn r11527) -Codechange: Split the bitmath functions of to their own files

This commit is contained in:
skidd13
2007-11-26 17:50:22 +00:00
parent 734b22e070
commit 71c10f7df7
10 changed files with 348 additions and 299 deletions

View File

@@ -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();