Changeset - r17265:6b8bc35a03d2
[Not reviewed]
master
0 4 0
rubidium - 14 years ago 2011-02-07 22:22:20
rubidium@openttd.org
(svn r22015) -Codechange: move yet another pair of methods from functions.h
4 files changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
src/command.cpp
Show inline comments
 
@@ -19,7 +19,7 @@
 
#include "newgrf_storage.h"
 
#include "strings_func.h"
 
#include "gfx_func.h"
 
#include "functions.h"
 
#include "texteff.hpp"
 
#include "town.h"
 
#include "date_func.h"
 
#include "company_func.h"
src/economy.cpp
Show inline comments
 
@@ -31,7 +31,6 @@
 
#include "object.h"
 
#include "group.h"
 
#include "strings_func.h"
 
#include "functions.h"
 
#include "window_func.h"
 
#include "date_func.h"
 
#include "vehicle_func.h"
src/functions.h
Show inline comments
 
@@ -23,7 +23,4 @@ void TileLoopClearHelper(TileIndex tile)
 
/* misc functions */
 
void MarkTileDirtyByTile(TileIndex tile);
 

	
 
void ShowCostOrIncomeAnimation(int x, int y, int z, Money cost);
 
void ShowFeederIncomeAnimation(int x, int y, int z, Money cost);
 

	
 
#endif /* FUNCTIONS_H */
src/texteff.hpp
Show inline comments
 
@@ -12,6 +12,7 @@
 
#ifndef TEXTEFF_HPP
 
#define TEXTEFF_HPP
 

	
 
#include "economy_type.h"
 
#include "gfx_type.h"
 
#include "strings_type.h"
 

	
 
@@ -39,4 +40,7 @@ TextEffectID ShowFillingPercent(int x, i
 
void UpdateFillingPercent(TextEffectID te_id, uint8 percent, StringID colour);
 
void HideFillingPercent(TextEffectID *te_id);
 

	
 
void ShowCostOrIncomeAnimation(int x, int y, int z, Money cost);
 
void ShowFeederIncomeAnimation(int x, int y, int z, Money cost);
 

	
 
#endif /* TEXTEFF_HPP */
0 comments (0 inline, 0 general)