src/network/core/packet.cpp
changeset 6121 2aae24b0881f
parent 5918 f06b73812d5f
child 6247 7d81e3a5d803
--- a/src/network/core/packet.cpp	Fri Feb 23 08:19:24 2007 +0000
+++ b/src/network/core/packet.cpp	Fri Feb 23 08:37:33 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, ...);