summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
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