|
|
|
|
@ -7,17 +7,10 @@
|
|
|
|
|
#include <memory> |
|
|
|
|
|
|
|
|
|
#include "all.h" |
|
|
|
|
#include "../3rdParty/Storm/Source/storm.h" |
|
|
|
|
#include "dvlnet/abstract_net.h" |
|
|
|
|
#include "dvlnet/packet.h" |
|
|
|
|
|
|
|
|
|
#define PS_CONNECTED 0x10000 |
|
|
|
|
#define PS_TURN_ARRIVED 0x20000 |
|
|
|
|
#define PS_ACTIVE 0x40000 |
|
|
|
|
|
|
|
|
|
#define LEAVE_NORMAL 3 |
|
|
|
|
#define LEAVE_ENDING 0x40000004 |
|
|
|
|
#define LEAVE_DROP 0x40000006 |
|
|
|
|
|
|
|
|
|
namespace dvl { |
|
|
|
|
namespace net { |
|
|
|
|
|
|
|
|
|
|