diff -r 3b068c3a1c74 -r 0fa543611bbe src/texteff.cpp --- a/src/texteff.cpp Thu Apr 19 14:48:10 2007 +0000 +++ b/src/texteff.cpp Tue Jun 12 11:56:35 2007 +0000 @@ -1,11 +1,14 @@ /* $Id$ */ +/** @file texteff.cpp */ + #include "stdafx.h" #include "openttd.h" #include "functions.h" #include "macros.h" #include "strings.h" #include "gfx.h" +#include "landscape.h" #include "viewport.h" #include "saveload.h" #include "hal.h" @@ -121,7 +124,7 @@ } } -/* Hide the textbox */ +/** Hide the textbox */ void UndrawTextMessage() { if (_textmessage_visible) { @@ -172,7 +175,7 @@ } } -/* Check if a message is expired every day */ +/** Check if a message is expired every day */ void TextMessageDailyLoop() { uint i; @@ -196,7 +199,7 @@ } } -/* Draw the textmessage-box */ +/** Draw the textmessage-box */ void DrawTextMessage() { if (!_textmessage_dirty) return;