src/Error.cc
author Tero Marttila <terom@fixme.fi>
Wed, 21 Jan 2009 00:21:42 +0200
changeset 409 1a03ff151abc
parent 227 39cd6861e43e
permissions -rw-r--r--
add --terrain-seed and --terrain-size arguments, plus bugfixes

#include "Error.hh"

std::ostream& operator<< (std::ostream &s, Error &e) {
    return s << e.what();
}