mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-07 01:35:29 -04:00
more code -> flow changes
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user