(svn r9868) -Codechange: bring external declaration of functions togueter and adjust a comment
authorbelugas
Fri, 18 May 2007 14:34:15 +0000
changeset 7133 fe36226cf557
parent 7132 08abbae3073e
child 7134 c5a90dd41166
(svn r9868) -Codechange: bring external declaration of functions togueter and adjust a comment
src/industry.h
--- a/src/industry.h	Fri May 18 00:33:47 2007 +0000
+++ b/src/industry.h	Fri May 18 14:34:15 2007 +0000
@@ -133,11 +133,14 @@
 	byte anim_production;                 ///< Animation frame to start when goods are produced
 	byte anim_next;                       ///< Next frame in an animation
 	bool anim_state;                      ///< When true, the tile has to be drawn using the animation
-                                         ///< state instead of the construction state
+	                                      ///< state instead of the construction state
 };
 
+/* industry_cmd.cpp*/
 const IndustrySpec *GetIndustrySpec(IndustryType thistype);    ///< Array of industries default data
 const IndustryTileSpec *GetIndustryTileSpec(IndustryGfx gfx);  ///< Array of industry tiles default data
+void ResetIndustries();
+void PlantRandomFarmField(const Industry *i);
 
 /* smallmap_gui.cpp */
 void BuildIndustriesLegend();
@@ -219,10 +222,6 @@
 VARDEF const Industry** _industry_sort;
 VARDEF bool _industry_sort_dirty;
 
-
-void DeleteIndustry(Industry *is);
-void PlantRandomFarmField(const Industry *i);
-
 enum {
 	IT_COAL_MINE           =   0,
 	IT_POWER_STATION       =   1,