X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Fconsole.h;h=8feccfd2ffe74a2fd3e1e05d69310e887eb7c0d6;hp=e2b5d533cc0f1ac6d45749fbbbde7f9b712b5688;hb=ea8bf8f588310b0d7fd3297d74907602705bba1d;hpb=beb12b1ec35ca49512b00668b23caaead1ce8671 diff --git a/source/io/console.h b/source/io/console.h index e2b5d53..8feccfd 100644 --- a/source/io/console.h +++ b/source/io/console.h @@ -32,6 +32,7 @@ public: ~Console(); virtual void set_block(bool); + virtual void set_inherit(bool); /** If local echo is enabled, characters will appear on the console as they are typed. Can only be used on an input Console. */