summaryrefslogtreecommitdiff
path: root/src/gui/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui.c')
-rw-r--r--src/gui/gui.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/gui.c b/src/gui/gui.c
index 7300196..45565e5 100644
--- a/src/gui/gui.c
+++ b/src/gui/gui.c
@@ -2,6 +2,13 @@
2#include <MLV/MLV_all.h> 2#include <MLV/MLV_all.h>
3#include "common/mem.h" 3#include "common/mem.h"
4 4
5/**
6 * File: gui.c
7 *
8 * Author:
9 * Adam NAILI
10 */
11
5GUI *gui_create(const char *fpath1, const char *fpath2) { 12GUI *gui_create(const char *fpath1, const char *fpath2) {
6 GUI *gui = malloc_or_die(sizeof(GUI)); 13 GUI *gui = malloc_or_die(sizeof(GUI));
7 gui->window = window_create(500, 500, "Morphing"); 14 gui->window = window_create(500, 500, "Morphing");