#include "gui/widgets/window.h"
#include <guichan/actionlistener.hpp>
#include <guichan/keylistener.hpp>
#include <guichan/widget.hpp>
#include <guichan/widgetlistener.hpp>
#include <list>
#include <string>
#include <map>
Go to the source code of this file.
Classes | |
| struct | CHATLOG |
| One item in the chat log. More... | |
| class | ChatWindow |
| The chat window. More... | |
Defines | |
| #define | DEFAULT_CHAT_WINDOW_SCROLL 7 |
Variables | |
| ChatWindow * | chatWindow |
1.5.5