packetTypes.h

Go to the documentation of this file.
00001 #ifndef PACKET_TYPES_H
00002 #define PACKET_TYPES_H
00003 
00013 enum {
00014   AddUser = 0x01,               // ユーザの追加
00015   RemoveUser = 0x02,            // ユーザの削除
00016   BattleRequest = 0x03,         // 対戦要求
00017   MessageToAll = 0x04,          // 全員にメッセージ送信
00018   MessageToSomeone = 0x05,      // 特定ユーザにメッセージ送信
00019 };
00020 
00021 #endif /* !PACKET_TYPES_H */
00022 

Generated on Mon Apr 13 22:52:03 2009 by  doxygen 1.5.7.1