diff options
author | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-02-25 13:40:56 +1100 |
---|---|---|
committer | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-02-25 13:40:56 +1100 |
commit | c7957d8ba4c1fe25362f8a033d39acc90de56a0f (patch) | |
tree | 0398ce359b882fa381519c7c2d5b26c223a26de6 /examples/main_loop | |
parent | 80a734de03eaf3d534f95010653c47bf54389f48 (diff) | |
parent | 64f23d9726c55d5c965f123ffc5b6ca47ec1f475 (diff) |
Merge branch 'master' into feature/some-string-utils
Diffstat (limited to 'examples/main_loop')
-rw-r--r-- | examples/main_loop/ex_main_loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/main_loop/ex_main_loop.c b/examples/main_loop/ex_main_loop.c index de0caa6..9814fbe 100644 --- a/examples/main_loop/ex_main_loop.c +++ b/examples/main_loop/ex_main_loop.c @@ -1,4 +1,4 @@ -#include <GLFW/glfw3.h> +#include <glfw3.h> #include "core.h" #include "file.h" |