Shipwright/soh/soh/Enhancements/randomizer/3drando/rando_main.hpp

9 lines
263 B
C++

#pragma once
#include "item.hpp"
namespace RandoMain {
void GenerateRando(std::unordered_map<RandomizerSettingKey, uint8_t> cvarSettings, std::set<RandomizerCheck> excludedLocations, std::string seedInput);
std::array<Item, KEY_ENUM_MAX>* GetFullItemTable();
}