Browse Source

Remove duplicate defines

pull/831/head^2
Anders Jenbo 6 years ago
parent
commit
1a43a19007
  1. 1
      SourceX/dvlnet/base.cpp
  2. 9
      SourceX/dvlnet/base.h

1
SourceX/dvlnet/base.cpp

@ -1,4 +1,5 @@
#include "dvlnet/base.h"
#include "../3rdParty/Storm/Source/storm.h"
#include <algorithm>
#include <cstring>

9
SourceX/dvlnet/base.h

@ -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 {

Loading…
Cancel
Save