mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-20 21:33:28 -04:00
more code -> flow changes
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user