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,6 +1,9 @@
#include "randomizer.hpp"
#include <filesystem>
int main() {
std::filesystem::create_directories(RANDO_SAVE_PATH);
randomizer::Randomizer rando{RANDO_SAVE_PATH};
rando.Generate();