summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorDalton Overmyer <[email protected]>2024-02-29 11:26:49 -0600
committerGitHub <[email protected]>2024-02-29 18:26:49 +0100
commit077ab6d56bea4fc464cd5c07e02071e911eac64a (patch)
treeef1e8770b35b60e08055e7b87e64a12551106bb2 /examples/Makefile
parented9a6d862b9e31acaa59c6ffffd1f8aa398d54d8 (diff)
downloadraylib-077ab6d56bea4fc464cd5c07e02071e911eac64a.tar.gz
raylib-077ab6d56bea4fc464cd5c07e02071e911eac64a.zip
Add an example that generates a random sequence. (#3846)
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 8362b8c8..9ce05da5 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -453,6 +453,7 @@ CORE = \
core/core_input_mouse_wheel \
core/core_input_multitouch \
core/core_loading_thread \
+ core/core_random_sequence \
core/core_random_values \
core/core_scissor_test \
core/core_smooth_pixelperfect \