From 5980fa86c1fc90849102bbc24679423f978e2a50 Mon Sep 17 00:00:00 2001 From: pacien Date: Tue, 9 Jan 2018 02:02:39 +0100 Subject: Add authorship info in headers doc Signed-off-by: pacien --- include/gui/window.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'include/gui/window.h') diff --git a/include/gui/window.h b/include/gui/window.h index e6b14dc..612da28 100644 --- a/include/gui/window.h +++ b/include/gui/window.h @@ -1,15 +1,19 @@ #ifndef UPEM_MORPHING_WINDOW #define UPEM_MORPHING_WINDOW -#include "MLV/MLV_keyboard.h" -#include "group.h" -#include "button.h" -#include "pictureframe.h" /** * File: window.h * Windows and components handling. + * + * Author: + * Adam NAILI */ +#include "MLV/MLV_keyboard.h" +#include "group.h" +#include "button.h" +#include "pictureframe.h" + /** * Struct: Window * Supports and handles components. -- cgit v1.2.3