(svn r14047) -Codechange: move chatmessage handling to the network directory as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support.
This commit is contained in:
@@ -26,11 +26,6 @@ void DrawTextEffects(DrawPixelInfo *dpi);
|
||||
void UpdateTextEffect(TextEffectID effect_id, StringID msg);
|
||||
void RemoveTextEffect(TextEffectID effect_id);
|
||||
|
||||
void InitChatMessage();
|
||||
void DrawChatMessage();
|
||||
void CDECL AddChatMessage(uint16 color, uint8 duration, const char *message, ...);
|
||||
void UndrawChatMessage();
|
||||
|
||||
/* misc_gui.cpp */
|
||||
TextEffectID ShowFillingPercent(int x, int y, int z, uint8 percent, StringID color);
|
||||
void UpdateFillingPercent(TextEffectID te_id, uint8 percent, StringID color);
|
||||
|
Reference in New Issue
Block a user