Browse Source

Added missing include

pull/824/head
Ray 5 years ago
parent
commit
beda4180cd
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      examples/models/models_first_person_maze.c

+ 2
- 0
examples/models/models_first_person_maze.c View File

@ -11,6 +11,8 @@
#include "raylib.h"
#include "<stdlib.h>" // Required for: free()
int main()
{
// Initialization

Loading…
Cancel
Save