1 2 3 4 5 6 7 8 9 10 11 12 13 14
////////////////////////////////////////////////////////////////////////// // Packets parsing for the E-mage lan protocol #ifndef __packet_h__ #define __packet_h__ class CPacket { public: CPacket(); ~CPacket(); }; #endif //__packet_h__