diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-07-01 15:39:01 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-07-01 15:39:01 -0300 |
| commit | 11ae3d0e42293d01b4d729ed5b6fceb8f0ec3fa5 (patch) | |
| tree | 00e4efd093990dc1afcd783ba919b395ffb0d7a9 /src/operate.hh | |
| parent | d5a143875678c9fbe3a76f23a7a810bc13b2edba (diff) | |
| download | game-11ae3d0e42293d01b4d729ed5b6fceb8f0ec3fa5.tar.gz game-11ae3d0e42293d01b4d729ed5b6fceb8f0ec3fa5.zip | |
merged `dbfuncs.cc` into `crplayer.cc`
Diffstat (limited to 'src/operate.hh')
| -rw-r--r-- | src/operate.hh | 14 |
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); |
