9 lines
93 B
C++
9 lines
93 B
C++
|
#ifndef CONIO_HPP
|
||
|
#define CONIO_HPP
|
||
|
|
||
|
namespace conio
|
||
|
{
|
||
|
char getch();
|
||
|
}
|
||
|
|
||
|
#endif // CONIO_HPP
|