summaryrefslogtreecommitdiff
path: root/src/event.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-03-04 17:48:35 +0100
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-03-04 17:51:13 +0100
commitd5ebad4e74da011777f9ba1a13fbb37d18c827b9 (patch)
tree0e24171179162b37c20aaaed460d9788660b4fd6 /src/event.h
parent12bec57276d30cd513b1f6b865ee116bce86fc17 (diff)
downloadmana-d5ebad4e74da011777f9ba1a13fbb37d18c827b9.tar.gz
mana-d5ebad4e74da011777f9ba1a13fbb37d18c827b9.tar.bz2
mana-d5ebad4e74da011777f9ba1a13fbb37d18c827b9.tar.xz
mana-d5ebad4e74da011777f9ba1a13fbb37d18c827b9.zip
Added support for handling SMSG_NPC_COMMAND
This only adds support for the NPC_CLOSE_DIALOG and NPC_CLEAR_DIALOG sub-commands. Closes #47
Diffstat (limited to 'src/event.h')
-rw-r--r--src/event.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/event.h b/src/event.h
index d20f172f..0fc0c1ef 100644
--- a/src/event.h
+++ b/src/event.h
@@ -63,8 +63,10 @@ public:
{
Announcement,
Being,
+ ClearDialog,
Close,
CloseAll,
+ CloseDialog,
CloseSent,
ConfigOptionChanged,
Constructed,