renamed display to output

This commit is contained in:
2024-07-15 16:49:18 -04:00
parent 73cdb88458
commit fb026e36a8
43 changed files with 49 additions and 341 deletions

View File

@ -131,7 +131,7 @@ void level::gen_potions(RNG *rng, std::vector<position_list> &tiles) {
}
}
void level::print(display *out) const {
void level::print(output *out) const {
map.print(out);
for (size_t i = 0; i < plist.size(); ++i)