This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Update core_random_sequence.c
pull/5184/head
Ray
4 months ago
parent
6f01f3c06d
commit
161cab24da
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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()
Write
Preview
Loading…
Cancel
Save