cpp-console-game/conio/conio.hpp

9 lines
93 B
C++
Raw Normal View History

2024-07-04 21:57:11 +01:00
#ifndef CONIO_HPP
#define CONIO_HPP
namespace conio
{
char getch();
}
#endif // CONIO_HPP