diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-01-18 15:11:44 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-01-18 15:11:44 +0000 |
commit | 0335c8b6a61a8fbc6249d565f2430a60d9f688c6 (patch) | |
tree | 78ea32a941a2b51a026fa4143d605a69cf311116 /src/gui/chat.h | |
parent | 2f105505996510db2b462e15ef9c7cf77ab9bbb6 (diff) | |
download | mana-0335c8b6a61a8fbc6249d565f2430a60d9f688c6.tar.gz mana-0335c8b6a61a8fbc6249d565f2430a60d9f688c6.tar.bz2 mana-0335c8b6a61a8fbc6249d565f2430a60d9f688c6.tar.xz mana-0335c8b6a61a8fbc6249d565f2430a60d9f688c6.zip |
*** empty log message ***
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 4 |
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 |