From 38195a70192301e7df5b69bf2266a04a0b90a532 Mon Sep 17 00:00:00 2001 From: pacien Date: Tue, 9 Jan 2018 16:14:18 +0100 Subject: Update report, add authorship to C files Signed-off-by: pacien --- src/gui/window.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/gui/window.c') diff --git a/src/gui/window.c b/src/gui/window.c index c9d200a..5d0a187 100644 --- a/src/gui/window.c +++ b/src/gui/window.c @@ -4,6 +4,13 @@ #include "painter/rasterizer.h" #include "common/mem.h" +/** + * File: window.c + * + * Author: + * Adam NAILI + */ + Window *window_create(int width, int height, char *title) { assert(width > 0); assert(height > 0); -- cgit v1.2.3