ManaPlus
src
enums
gui
chatmsgtype.h
Go to the documentation of this file.
1
/*
2
* The ManaPlus Client
3
* Copyright (C) 2004-2009 The Mana World Development Team
4
* Copyright (C) 2009-2010 The Mana Developers
5
* Copyright (C) 2011-2019 The ManaPlus Developers
6
* Copyright (C) 2019-2021 Andrei Karas
7
*
8
* This file is part of The ManaPlus Client.
9
*
10
* This program is free software; you can redistribute it and/or modify
11
* it under the terms of the GNU General Public License as published by
12
* the Free Software Foundation; either version 2 of the License, or
13
* any later version.
14
*
15
* This program is distributed in the hope that it will be useful,
16
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
* GNU General Public License for more details.
19
*
20
* You should have received a copy of the GNU General Public License
21
* along with this program. If not, see <http://www.gnu.org/licenses/>.
22
*/
23
24
#ifndef ENUMS_GUI_CHATMSGTYPE_H
25
#define ENUMS_GUI_CHATMSGTYPE_H
26
27
#include "
enums/simpletypes/enumdefines.h
"
28
29
enumStart
(
ChatMsgType
)
30
{
31
BY_UNKNOWN
= -1,
32
BY_GM
,
33
BY_PLAYER
,
34
BY_OTHER
,
35
BY_SERVER
,
36
BY_CHANNEL
,
37
ACT_WHISPER
,
// getting whispered at
38
ACT_IS
,
// equivalent to "/me" on IRC
39
BY_LOGGER
40
}
41
enumEnd
(
ChatMsgType
);
42
43
#endif
// ENUMS_GUI_CHATMSGTYPE_H
enumdefines.h
enumStart
#define enumStart(name)
Definition:
enumdefines.h:36
enumEnd
#define enumEnd(name)
Definition:
enumdefines.h:46
ChatMsgType
Definition:
chatmsgtype.h:29
ChatMsgType::BY_GM
@ BY_GM
Definition:
chatmsgtype.h:32
ChatMsgType::BY_OTHER
@ BY_OTHER
Definition:
chatmsgtype.h:34
ChatMsgType::BY_LOGGER
@ BY_LOGGER
Definition:
chatmsgtype.h:39
ChatMsgType::BY_SERVER
@ BY_SERVER
Definition:
chatmsgtype.h:35
ChatMsgType::BY_CHANNEL
@ BY_CHANNEL
Definition:
chatmsgtype.h:36
ChatMsgType::ACT_IS
@ ACT_IS
Definition:
chatmsgtype.h:38
ChatMsgType::BY_PLAYER
@ BY_PLAYER
Definition:
chatmsgtype.h:33
ChatMsgType::ACT_WHISPER
@ ACT_WHISPER
Definition:
chatmsgtype.h:37
ChatMsgType::BY_UNKNOWN
@ BY_UNKNOWN
Definition:
chatmsgtype.h:31
Generated on Wed Mar 17 2021 19:19:05 for ManaPlus by
1.9.1