//////////////////////////////////////////////////////////////////////////
// Packets parsing for the E-mage lan protocol

#ifndef __packet_h__
#define __packet_h__

class CPacket
{
public:
	CPacket();
	~CPacket();
};

#endif //__packet_h__