#include <string>#include <utility>#include <boost/filesystem.hpp>#include <boost/filesystem/fstream.hpp>Go to the source code of this file.
Namespaces | |
| smash | |
Functions | |
| std::pair< std::string, std::string > | smash::load_particles_and_decaymodes (const boost::filesystem::path &particles_file, const boost::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... | |