diff options
author | Adam NAILI | 2017-12-09 01:50:06 +0100 |
---|---|---|
committer | Adam NAILI | 2017-12-09 01:50:06 +0100 |
commit | 95064360e29a17f511490d153134421da0c4ba40 (patch) | |
tree | a933a8b1befaa197432d7c6914a2e9f883d705a0 /test/gui/window.c | |
parent | 4bb6d10d3ffe0376389f9e6f08c90e155687aa91 (diff) | |
download | morpher-95064360e29a17f511490d153134421da0c4ba40.tar.gz |
Creating test file window
Diffstat (limited to 'test/gui/window.c')
-rw-r--r-- | test/gui/window.c | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ | |||
1 | static void test_window(){ | ||
2 | |||
3 | } | ||
4 | int main(){ | ||
5 | return 0; | ||
6 | } \ No newline at end of file | ||