Alex Bikfalvi
You are here: Home > Projects > SimStream > Documentation
00001 #pragma once 00002 00003 // Platform dependent functions 00004 00005 #ifdef _WINDOWS 00006 #include <conio.h> 00007 #endif 00008 00009 #ifdef _LINUX 00010 int _getch(); 00011 #endif
Last updated: February 8, 2011