diff options
| author | Ray <raysan5@gmail.com> | 2019-05-02 13:24:02 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2019-05-02 13:24:02 +0200 |
| commit | 0b2bad4205d0322455ef4535342264dd675c1942 (patch) | |
| tree | b3eea08e7ef7592938f9f6fc06aaea6ac21c8ab8 /examples | |
| parent | beda4180cd03166d06f37ba50eb050283c4907e1 (diff) | |
| download | raylib-0b2bad4205d0322455ef4535342264dd675c1942.tar.gz raylib-0b2bad4205d0322455ef4535342264dd675c1942.zip | |
Update models_first_person_maze.c
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/models/models_first_person_maze.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/models/models_first_person_maze.c b/examples/models/models_first_person_maze.c index 6e6b3214..093334ba 100644 --- a/examples/models/models_first_person_maze.c +++ b/examples/models/models_first_person_maze.c @@ -11,7 +11,7 @@ #include "raylib.h" -#include "<stdlib.h>" // Required for: free() +#include <stdlib.h> // Required for: free() int main() { |
