From a6a60342beacd628626c861b835688babcddcca0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 7 May 2016 22:54:40 +0300 Subject: Move max packet version constant into separate file. --- src/const/net/maxpacketversion.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/const/net/maxpacketversion.h (limited to 'src/const') diff --git a/src/const/net/maxpacketversion.h b/src/const/net/maxpacketversion.h new file mode 100644 index 000000000..d684297d5 --- /dev/null +++ b/src/const/net/maxpacketversion.h @@ -0,0 +1,32 @@ +/* + * The ManaPlus Client + * Copyright (C) 2013-2016 The ManaPlus Developers + * + * This file is part of The ManaPlus Client. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#ifndef CONST_NET_MAXPACKETVERSION_H +#define CONST_NET_MAXPACKETVERSION_H + +#if defined(__GXX_EXPERIMENTAL_CXX0X__) +#include +#else +#include +#endif + +static const uint32_t maxPacketVersion = 20150916; + +#endif // CONST_NET_MAXPACKETVERSION_H -- cgit v1.2.3-60-g2f50