summaryrefslogtreecommitdiffstats
path: root/src/Net/Packet.cpp
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-07-17 05:14:31 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-07-17 05:14:31 +0200
commit9f96fb364bea47ec76dea57fc14e03e0e42fa5e3 (patch)
tree32801f7f7c25be3f427b20ae78e40d17b060d84e /src/Net/Packet.cpp
parent2ec96d979cb67399ca2c0d59f772cedf98fe8276 (diff)
downloadmad-9f96fb364bea47ec76dea57fc14e03e0e42fa5e3.tar
mad-9f96fb364bea47ec76dea57fc14e03e0e42fa5e3.zip
Nur 2 Bytes f?r das Gr??enfeld in Paketen verwenden, um Angriffe zu verhindern
Diffstat (limited to 'src/Net/Packet.cpp')
-rw-r--r--src/Net/Packet.cpp28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/Net/Packet.cpp b/src/Net/Packet.cpp
deleted file mode 100644
index 9c90db7..0000000
--- a/src/Net/Packet.cpp
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Packet.cpp
- *
- * Copyright (C) 2008 Matthias Schiffer <matthias@gamezock.de>
- *
- * 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 3 of the License, or
- * (at your option) 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/>.
- */
-
-#include "Packet.h"
-
-namespace Mad {
-namespace Net {
-
-
-
-}
-}