Browse Source

Update models_first_person_maze.c

Ray 6 năm trước cách đây
mục cha
commit
0b2bad4205
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/models/models_first_person_maze.c

+ 1 - 1
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()
 {