Shadowrun: Awakened 29 September 2011 - Build 871
Getche.h
Go to the documentation of this file.
00001 
00002 
00003 #if   defined(_WIN32) 
00004 #include <conio.h> /* getche() */
00005 
00006 #else
00007 #include <termios.h>
00008 #include <stdio.h>
00009 #include <unistd.h>
00010 char getche();
00011 #endif 

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net