mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-10 08:00:05 +00:00
(svn r22015) -Codechange: move yet another pair of methods from functions.h
This commit is contained in:
parent
ec9e0690eb
commit
3745ff7338
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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 */
|
||||
|
@ -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, int y, int z, uint8 percent, StringID col
|
||||
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user