Und noch einen Dateiheader

This commit is contained in:
Yamagi Burmeister 2010-06-18 15:44:38 +00:00
parent 01233dc151
commit 0598956e3e
1 changed files with 6 additions and 0 deletions

View File

@ -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;
}
}