From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 29 Jul 2013 01:01:21 +0000 (+0200)
Subject: Added file new comment to draw_wins.c
X-Git-Tag: tce~1123
X-Git-Url: https://plomlompom.com/repos/processes?a=commitdiff_plain;h=b4b3167da3c47ae09419fb5d871eedf85dc6e957;p=plomrogue

Added file new comment to draw_wins.c
---

diff --git a/src/draw_wins.c b/src/draw_wins.c
index b6d13c2..6287b20 100644
--- a/src/draw_wins.c
+++ b/src/draw_wins.c
@@ -1,3 +1,5 @@
+/* draw_wins.c */
+
 #include "draw_wins.h"
 #include <stdlib.h>      /* for malloc(), free() */
 #include <stdint.h>      /* for uint16_t */