crankycyclops / trogdor-pp

A unified engine for building text adventures and MUDs with batteries included.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New input and err streams

crankycyclops opened this issue · comments

I need an input stream and an err stream (err will be pretty much the same as an ordinary output stream.)

Replaced trogerr with StreamOut(&cerr). Done.