diff options
author | Joshua Rowe <17525998+omnisci3nce@users.noreply.github.com> | 2024-02-25 13:25:44 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-25 13:25:44 +1100 |
commit | 64f23d9726c55d5c965f123ffc5b6ca47ec1f475 (patch) | |
tree | 4086c89fdc5848a2e8fc90ef005783827b3512f6 /examples | |
parent | 1e1facd09ade50ffaf421cffe53ff7ddddab2793 (diff) | |
parent | 2753d38533084d6c5b73da8dfcb82362490547dc (diff) |
Merge pull request #2 from omnisci3nce/cel-24-compile-all-c-code-in-ci-pipeline
CEL-24 compile all c code in ci pipeline
Diffstat (limited to 'examples')
-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 0ea9ded..2afc3c0 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 "render.h" |