cpp-console-game/conio/conio.hpp
2024-07-04 16:57:11 -04:00

9 lines
93 B
C++

#ifndef CONIO_HPP
#define CONIO_HPP
namespace conio
{
char getch();
}
#endif // CONIO_HPP