summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-01-18 15:11:44 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-01-18 15:11:44 +0000
commit0335c8b6a61a8fbc6249d565f2430a60d9f688c6 (patch)
tree78ea32a941a2b51a026fa4143d605a69cf311116 /src/gui/chat.h
parent2f105505996510db2b462e15ef9c7cf77ab9bbb6 (diff)
downloadmana-client-0335c8b6a61a8fbc6249d565f2430a60d9f688c6.tar.gz
mana-client-0335c8b6a61a8fbc6249d565f2430a60d9f688c6.tar.bz2
mana-client-0335c8b6a61a8fbc6249d565f2430a60d9f688c6.tar.xz
mana-client-0335c8b6a61a8fbc6249d565f2430a60d9f688c6.zip
*** empty log message ***
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r--src/gui/chat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h
index 12453971..8c9376d9 100644
--- a/src/gui/chat.h
+++ b/src/gui/chat.h
@@ -25,6 +25,7 @@
#define _TMW_CHAT_H
#include <guichan.hpp>
+#include <SDL.h>
#include <list>
#include <string>
#include <fstream>
@@ -167,6 +168,9 @@ class ChatBox : public gcn::Widget {
/** constructs failed messages for actions */
std::string const_msg(CHATSKILL);
+
+ // The Alpha-Blended Surface for the background transluency effect.
+ SDL_Surface *chatBoxBackground;
};
#endif