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