aboutsummaryrefslogtreecommitdiff
path: root/src/operate.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/operate.hh')
-rw-r--r--src/operate.hh14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/operate.hh b/src/operate.hh
index 6d55416..ca7062d 100644
--- a/src/operate.hh
+++ b/src/operate.hh
@@ -37,6 +37,20 @@ enum : int {
CHANNEL_LAST = 0xFFFF,
};
+#if 0
+// TODO(fusion): Use the original channel enum instead of the one above?
+enum CHANNEL: int {
+ GUILD_CHANNEL = 0,
+ GAMEMASTER_CHANNEL = 1,
+ TUTOR_CHANNEL = 2,
+ REQUEST_QUEUE = 3,
+ GAME_CHANNEL = 4,
+ TRADE_CHANNEL = 5,
+ REALLIFE_CHANNEL = 6,
+ HELP_CHANNEL = 7,
+};
+#endif
+
struct TChannel {
TChannel(void);