src/network/core/packet.cpp
branchcpp_gui
changeset 6268 4b5241e5dd10
parent 6169 31cdbb4845f1
child 6298 c30fe89622df
--- a/src/network/core/packet.cpp	Tue Feb 27 23:54:28 2007 +0000
+++ b/src/network/core/packet.cpp	Wed Feb 28 00:33:40 2007 +0000
@@ -1,5 +1,9 @@
 /* $Id$ */
 
+/**
+ * @file packet.cpp Basic functions to create, fill and read packets.
+ */
+
 #ifdef ENABLE_NETWORK
 
 #include "../../stdafx.h"
@@ -9,10 +13,6 @@
 
 #include "packet.h"
 
-/**
- * @file packet.cpp Basic functions to create, fill and read packets.
- */
-
 
 /* Do not want to include functions.h and all required headers */
 extern void NORETURN CDECL error(const char *str, ...);