diff options
author | Chuck Miller <shadowmil@gmail.com> | 2010-11-13 17:00:46 -0500 |
---|---|---|
committer | Chuck Miller <shadowmil@gmail.com> | 2010-11-13 17:39:15 -0500 |
commit | f8d22e47ac3b6392d68f1a8a45383798f5751101 (patch) | |
tree | e29b42821ec8f6e579f2cfd4d2a20bc8c248b930 /src/event.h | |
parent | 8e7e63a2473eedd36eeef726e45dacc9d17d157a (diff) | |
download | mana-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.h | 2 |
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, |