Browse Source

Update core_random_sequence.c

pull/5184/head
Ray 4 months ago
parent
commit
161cab24da
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      examples/core/core_random_sequence.c

+ 1
- 0
examples/core/core_random_sequence.c View File

@ -16,6 +16,7 @@
********************************************************************************************/
#include "raylib.h"
#include "raymath.h"
#include <stdlib.h> // Required for: malloc(), free()

Loading…
Cancel
Save