src/Error.cc
author terom
Mon, 15 Dec 2008 14:24:38 +0000
changeset 370 39e59dd36b6e
parent 227 39cd6861e43e
permissions -rw-r--r--
clean up Vector a bit, remove unused Terrain -> direction function

#include "Error.hh"

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