10 #ifndef SRC_INCLUDE_SMASH_SETUP_PARTICLES_DECAYMODES_H_
11 #define SRC_INCLUDE_SMASH_SETUP_PARTICLES_DECAYMODES_H_
30 const std::filesystem::path &particles_file,
31 const std::filesystem::path &decaymodes_file);
void initialize_default_particles_and_decaymodes()
Loads default smash particle list and decaymodes.
std::pair< std::string, std::string > 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.