X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fio%2Fconsole.h;h=8feccfd2ffe74a2fd3e1e05d69310e887eb7c0d6;hb=cc541830f00cc3238edb82ff2e14e8b9060645b6;hp=e2b5d533cc0f1ac6d45749fbbbde7f9b712b5688;hpb=8091a3071918d4cd30f2b9ab903e1d73d12dcb36;p=libs%2Fcore.git 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. */