peerplays-fc/include/fc/io/console.hpp

9 lines
206 B
C++
Raw Permalink Normal View History

#pragma once
namespace fc
{
/** enables / disables echoing of console input, useful for
* entering passwords on the console.
*/
void set_console_echo( bool enable_echo );
} // namespace fc