#include <filesystem>
#include <string>
#include <utility>
Go to the source code of this file.
Namespaces | |
smash | |
Functions | |
std::pair< std::string, std::string > | smash::load_particles_and_decaymodes (const std::filesystem::path &particles_file, const std::filesystem::path &decaymodes_file) |
Loads particles and decaymodes from provided files particles_file and decaymodes_file. More... | |
void | smash::initialize_default_particles_and_decaymodes () |
Loads default smash particle list and decaymodes. More... | |