summaryrefslogtreecommitdiff
path: root/src/event.h
diff options
context:
space:
mode:
authorChuck Miller <shadowmil@gmail.com>2010-11-13 17:00:46 -0500
committerChuck Miller <shadowmil@gmail.com>2010-11-13 17:39:15 -0500
commitf8d22e47ac3b6392d68f1a8a45383798f5751101 (patch)
treee29b42821ec8f6e579f2cfd4d2a20bc8c248b930 /src/event.h
parent8e7e63a2473eedd36eeef726e45dacc9d17d157a (diff)
downloadMana-f8d22e47ac3b6392d68f1a8a45383798f5751101.tar.gz
Mana-f8d22e47ac3b6392d68f1a8a45383798f5751101.tar.bz2
Mana-f8d22e47ac3b6392d68f1a8a45383798f5751101.tar.xz
Mana-f8d22e47ac3b6392d68f1a8a45383798f5751101.zip
Replace config listeners with the event system
Reviewed-by: Jared Adams
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 4264232f..758d6b34 100644
--- a/src/event.h
+++ b/src/event.h
@@ -35,6 +35,7 @@ enum Channels
CHANNEL_BUYSELL,
CHANNEL_CHAT,
CHANNEL_CLIENT,
+ CHANNEL_CONFIG,
CHANNEL_GAME,
CHANNEL_ITEM,
CHANNEL_NOTICES,
@@ -50,6 +51,7 @@ enum Events
EVENT_CLOSE,
EVENT_CLOSEALL,
EVENT_CLOSESENT,
+ EVENT_CONFIGOPTIONCHANGED,
EVENT_CONSTRUCTED,
EVENT_DBSLOADING,
EVENT_DESTROYED,