From 5679977b5d22e22be9e4c47c4a3dcab90c1bc5a4 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 12 Jun 2008 14:58:33 +0200 Subject: Das Versenden von Paketen ist jetzt m?glich --- src/Net/Packet.cpp | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/Net/Packet.cpp (limited to 'src/Net/Packet.cpp') diff --git a/src/Net/Packet.cpp b/src/Net/Packet.cpp new file mode 100644 index 0000000..9c90db7 --- /dev/null +++ b/src/Net/Packet.cpp @@ -0,0 +1,28 @@ +/* + * Packet.cpp + * + * Copyright (C) 2008 Matthias Schiffer + * + * 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 . + */ + +#include "Packet.h" + +namespace Mad { +namespace Net { + + + +} +} -- cgit v1.2.3