2011-m2s3-city-builder/io.cpp
2011-11-06 22:24:42 +01:00

4 lines
45 B
C++

#include "io.hh"
IO::IO(): in(0), out(0) {}