diff options
Diffstat (limited to 'src/gui/group.c')
-rw-r--r-- | src/gui/group.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/group.c b/src/gui/group.c index 7f5adcd..75737af 100644 --- a/src/gui/group.c +++ b/src/gui/group.c | |||
@@ -4,6 +4,13 @@ | |||
4 | #include <MLV/MLV_shape.h> | 4 | #include <MLV/MLV_shape.h> |
5 | #include "common/mem.h" | 5 | #include "common/mem.h" |
6 | 6 | ||
7 | /** | ||
8 | * File: group.c | ||
9 | * | ||
10 | * Author: | ||
11 | * Adam NAILI | ||
12 | */ | ||
13 | |||
7 | void group_print(Component *parameterSelf) { | 14 | void group_print(Component *parameterSelf) { |
8 | assert(parameterSelf != NULL); | 15 | assert(parameterSelf != NULL); |
9 | Group *self = (Group *) parameterSelf; | 16 | Group *self = (Group *) parameterSelf; |