(svn r22013) -Codechange: move some functions out of functions.h

This commit is contained in:
rubidium
2011-02-07 22:08:11 +00:00
parent 4fed6cc02e
commit 16d567eaa8
4 changed files with 9 additions and 9 deletions

View File

@@ -20,13 +20,6 @@ void DrawClearLandTile(const TileInfo *ti, byte set);
void DrawClearLandFence(const TileInfo *ti);
void TileLoopClearHelper(TileIndex tile);
/* company_cmd.cpp */
bool CheckCompanyHasMoney(CommandCost &cost);
void SubtractMoneyFromCompany(CommandCost cost);
void SubtractMoneyFromCompanyFract(CompanyID company, CommandCost cost);
CommandCost CheckOwnership(Owner owner, TileIndex tile = 0);
CommandCost CheckTileOwnership(TileIndex tile);
/* misc functions */
void MarkTileDirtyByTile(TileIndex tile);