summaryrefslogtreecommitdiff
path: root/include/gui/window.h
diff options
context:
space:
mode:
authorpacien2018-01-09 02:02:39 +0100
committerpacien2018-01-09 02:02:39 +0100
commit5980fa86c1fc90849102bbc24679423f978e2a50 (patch)
tree2dee06a66c5fb05b3fc2276ff4789f5ecbc599c6 /include/gui/window.h
parent0375e906c5cf767cce441ff6eb00875b63f5ca8b (diff)
downloadmorpher-5980fa86c1fc90849102bbc24679423f978e2a50.tar.gz
Add authorship info in headers doc
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'include/gui/window.h')
-rw-r--r--include/gui/window.h12
1 files changed, 8 insertions, 4 deletions
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 @@
1#ifndef UPEM_MORPHING_WINDOW 1#ifndef UPEM_MORPHING_WINDOW
2#define UPEM_MORPHING_WINDOW 2#define UPEM_MORPHING_WINDOW
3 3
4#include "MLV/MLV_keyboard.h"
5#include "group.h"
6#include "button.h"
7#include "pictureframe.h"
8/** 4/**
9 * File: window.h 5 * File: window.h
10 * Windows and components handling. 6 * Windows and components handling.
7 *
8 * Author:
9 * Adam NAILI
11 */ 10 */
12 11
12#include "MLV/MLV_keyboard.h"
13#include "group.h"
14#include "button.h"
15#include "pictureframe.h"
16
13/** 17/**
14 * Struct: Window 18 * Struct: Window
15 * Supports and handles components. 19 * Supports and handles components.