summaryrefslogtreecommitdiff
path: root/src/functions.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-02-07 22:08:11 +0000
committerrubidium <rubidium@openttd.org>2011-02-07 22:08:11 +0000
commit750d369a2abd951edcc376f5fc7926de4bb4d5a3 (patch)
tree5f0ae8c176bcc98307d36280f3206e19987f880f /src/functions.h
parent68d03b66e3a85e714bbcce3f3a53b55cfb597ab4 (diff)
downloadopenttd-750d369a2abd951edcc376f5fc7926de4bb4d5a3.tar.xz
(svn r22013) -Codechange: move some functions out of functions.h
Diffstat (limited to 'src/functions.h')
-rw-r--r--src/functions.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/functions.h b/src/functions.h
index b8cbdd137..656237a7b 100644
--- a/src/functions.h
+++ b/src/functions.h
@@ -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);