From 0598956e3e52d9d3ed0cca88d1a444ea146bea5c Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Fri, 18 Jun 2010 15:44:38 +0000 Subject: [PATCH] Und noch einen Dateiheader --- src/client/cl_inv.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/client/cl_inv.c b/src/client/cl_inv.c index a33a135f..244973e1 100644 --- a/src/client/cl_inv.c +++ b/src/client/cl_inv.c @@ -16,6 +16,11 @@ * this program; if not, write to the Free Software Foundation, Inc., 59 * Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * ======================================================================= + * + * This file implements the inventory screen + * + * ======================================================================= */ #include "header/client.h" @@ -135,3 +140,4 @@ void CL_DrawInventory (void) y += 8; } } +