summaryrefslogtreecommitdiff
path: root/test/gui/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/gui/window.c')
-rw-r--r--test/gui/window.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/gui/window.c b/test/gui/window.c
deleted file mode 100644
index 3156989..0000000
--- a/test/gui/window.c
+++ /dev/null
@@ -1,15 +0,0 @@
1#include "gui/window.h"
2#include "MLV/MLV_all.h"
3
4static void test_window() {
5 /*Window window;
6 window_init(&window, 1000, 512, "Coucou");
7 window_create(&window);
8 MLV_wait_seconds(150);
9 window_destroy(&window);*/
10}
11
12int main() {
13 test_window();
14 return 0;
15} \ No newline at end of file