00001 #if defined(_WIN32) && !defined(_XBOX) && !defined(X360) 00002 #include <conio.h> /* getche() */ 00003 #elif defined(_PS3) || defined(__PS3__) || defined(SN_TARGET_PS3) 00004 #else 00005 #include <termios.h> 00006 #include <stdio.h> 00007 #include <unistd.h> 00008 char getche(); 00009 #endif