From 3745ff7338a7e3c9c4bff665f6952fd71c384ff8 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Feb 2011 22:22:20 +0000 Subject: (svn r22015) -Codechange: move yet another pair of methods from functions.h --- src/texteff.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/texteff.hpp') diff --git a/src/texteff.hpp b/src/texteff.hpp index ca6a89288..b9762c3fe 100644 --- a/src/texteff.hpp +++ b/src/texteff.hpp @@ -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 */ -- cgit v1.2.3-54-g00ecf