#ifndef __GETCH_H #define __GETCH_H #ifdef _WIN32 // FIXME: assuming that windows getch behaves the same as linux getch, this should be checked! #include #include // used only for virtual terminal configuring for windows default terminal #else #include #endif #endif