diff options
| author | realtradam <[email protected]> | 2022-01-04 15:22:09 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-01-04 15:22:09 -0500 |
| commit | 1a3ecba1f74172c5d0c2a04f084efc5e1820dfcf (patch) | |
| tree | 90004e68b94379eb7b3ce418a634616a0ebf00c2 /src/example.c | |
| parent | a65869fbac6e5caa65cfb44945d9e9ffe80aca88 (diff) | |
| download | sample-mruby-gem-1a3ecba1f74172c5d0c2a04f084efc5e1820dfcf.tar.gz sample-mruby-gem-1a3ecba1f74172c5d0c2a04f084efc5e1820dfcf.zip | |
.
Diffstat (limited to 'src/example.c')
| -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; |
