summaryrefslogtreecommitdiffhomepage
path: root/projects/VS2022/raylib.sln
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 /projects/VS2022/raylib.sln
parented9a6d862b9e31acaa59c6ffffd1f8aa398d54d8 (diff)
downloadraylib-077ab6d56bea4fc464cd5c07e02071e911eac64a.tar.gz
raylib-077ab6d56bea4fc464cd5c07e02071e911eac64a.zip
Add an example that generates a random sequence. (#3846)
Diffstat (limited to 'projects/VS2022/raylib.sln')
-rw-r--r--projects/VS2022/raylib.sln2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/VS2022/raylib.sln b/projects/VS2022/raylib.sln
index 3ce44a9a..c9f50f6b 100644
--- a/projects/VS2022/raylib.sln
+++ b/projects/VS2022/raylib.sln
@@ -53,6 +53,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core_input_multitouch", "ex
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core_loading_thread", "examples\core_loading_thread.vcxproj", "{F026020F-7B00-40C8-91C3-5DE85EC45A95}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core_random_sequence", "examples\core_random_sequence.vcxproj", "{6B8BAAF1-75C7-4C68-80B8-0E2A9EABBD9A}"
+EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core_random_values", "examples\core_random_values.vcxproj", "{6B8BAAF1-75C7-4C68-80B8-0E2A9EABBD9A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core_scissor_test", "examples\core_scissor_test.vcxproj", "{59089B0C-AAB4-4532-B294-44DEAE7178B7}"