src/depot.h
branchgamebalance
changeset 9895 7bd07f43b0e3
parent 6508 8bd54af67f0b
child 6719 4cc327ad39d5
--- a/src/depot.h	Mon Mar 19 09:33:17 2007 +0000
+++ b/src/depot.h	Mon Mar 19 12:38:16 2007 +0000
@@ -107,8 +107,8 @@
 }
 
 Depot *GetDepotByTile(TileIndex tile);
-void InitializeDepots(void);
-Depot *AllocateDepot(void);
+void InitializeDepots();
+Depot *AllocateDepot();
 
 void DeleteDepotHighlightOfVehicle(const Vehicle *v);