more code -> flow changes

This commit is contained in:
gymnast86
2026-08-04 07:56:05 -07:00
parent 2191b38c1d
commit 0ff615f991
8 changed files with 204 additions and 37 deletions
+1
View File
@@ -6,6 +6,7 @@
int main()
{
std::filesystem::create_directories(RANDO_SAVE_PATH);
for (const auto& entry : std::filesystem::recursive_directory_iterator(RANDO_LOGIC_TESTS_PATH))
{
if (entry.path().generic_string().ends_with("settings.yaml"))