RCRPG/C++98: Difference between revisions

(Created page with "Yet another C++ RCRPG, this one has some tweaks thou: * You can lose: If you try to break one of the cave's boundary walls, your sledge will break. If that happens in a room t...")
 
Line 78:
}
actions.insert( std::make_pair( hashStr( nw ), it->second ) );
std::cout << "Done\n";
}
bool parse( std::string a, command& cmd ) {
Line 260 ⟶ 261:
void setName( std::string n ) {
name = n;
std::cout << "OK\n";
}
std::vector<treasure> tak( keyWord k ) {