forked from Kolyah35/minecraft-pe-0.6.1
the whole game
This commit is contained in:
11
src/raknet/Getche.h
Executable file
11
src/raknet/Getche.h
Executable file
@@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include <conio.h> /* getche() */
|
||||
|
||||
#else
|
||||
#include <termios.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
char getche();
|
||||
#endif
|
||||
Reference in New Issue
Block a user