ManaPlus
|
#include <chatlog.h>
Public Member Functions | |
CHATLOG () | |
Data Fields | |
std::string | nick |
std::string | text |
ChatMsgTypeT | own |
std::string CHATLOG::nick |
Definition at line 45 of file chatlog.h.
Referenced by ChatTab::chatLog().
ChatMsgTypeT CHATLOG::own |
Definition at line 47 of file chatlog.h.
Referenced by ChatTab::chatLog().
std::string CHATLOG::text |
Definition at line 46 of file chatlog.h.
Referenced by ChatTab::chatLog().