diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-31 01:59:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-31 01:59:16 +0300 |
commit | 366de9963d24841483e6ed8ff4a88f775a1c2fcf (patch) | |
tree | 087cfce87b177e792d51444005d34ff2983af24e /src/net/packetdefine.h | |
parent | 44f92f0feec1cad267fe8584a5a275de98134b4a (diff) | |
download | manaverse-366de9963d24841483e6ed8ff4a88f775a1c2fcf.tar.gz manaverse-366de9963d24841483e6ed8ff4a88f775a1c2fcf.tar.bz2 manaverse-366de9963d24841483e6ed8ff4a88f775a1c2fcf.tar.xz manaverse-366de9963d24841483e6ed8ff4a88f775a1c2fcf.zip |
Rename packetdefine.h to protocoldefine.h
Diffstat (limited to 'src/net/packetdefine.h')
-rw-r--r-- | src/net/packetdefine.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/net/packetdefine.h b/src/net/packetdefine.h deleted file mode 100644 index a44289994..000000000 --- a/src/net/packetdefine.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * The ManaPlus Client - * Copyright (C) 2015 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 <http://www.gnu.org/licenses/>. - */ - -#ifndef NET_PACKETDEFINE_H -#define NET_PACKETDEFINE_H - -#define packet(name, id) static const int name = id - -#endif // NET_PACKETDEFINE_H |