diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-10-17 00:52:53 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-10-17 00:52:53 +0200 |
commit | 0de688131afa93ca863fa05947221a6fb69d3a3a (patch) | |
tree | f921199b61911d145f826e9ba1e020c65ddabc29 /tests | |
parent | 8974be43a3c7f672a34291049bb543d01960de28 (diff) |
Fix test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/main.c b/tests/main.c index 5e21932..bfc73ef 100644 --- a/tests/main.c +++ b/tests/main.c @@ -1,6 +1,6 @@ #include <stdio.h> #include <mgl/mgl.h> -#include <mgl/window.h> +#include <mgl/window/window.h> #include <mgl/graphics/texture.h> #include <mgl/graphics/rectangle.h> #include <mgl/graphics/sprite.h> |