diff options
| -rw-r--r-- | src/example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example.c b/src/example.c index 110abda..ff6a32f 100644 --- a/src/example.c +++ b/src/example.c @@ -1,7 +1,7 @@ #include <mruby.h> #include <mruby/string.h> #include <stdio.h> -#include "raylib.h" +#include <raylib.h> const int screenWidth = 800; const int screenHeight = 450; |
