From 95064360e29a17f511490d153134421da0c4ba40 Mon Sep 17 00:00:00 2001 From: Adam NAILI Date: Sat, 9 Dec 2017 01:50:06 +0100 Subject: Creating test file window --- test/gui/window.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/gui/window.c (limited to 'test/gui/window.c') diff --git a/test/gui/window.c b/test/gui/window.c new file mode 100644 index 0000000..2e7e0cb --- /dev/null +++ b/test/gui/window.c @@ -0,0 +1,6 @@ +static void test_window(){ + +} +int main(){ + return 0; +} \ No newline at end of file -- cgit v1.2.3