First version of Ryan Gorodon's SDL work:

16:24 < icculus> check that in, someone will fix it.  :)
This commit is contained in:
Zachary Slater 2005-08-30 23:25:02 +00:00
parent 1b62818a09
commit 272e3ca69f
31 changed files with 7099 additions and 1 deletions

View file

@ -34,6 +34,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
**
*/
#if !USE_SDL
#include <termios.h>
#include <sys/ioctl.h>
#ifdef __linux__
@ -1778,3 +1780,6 @@ void Sys_SendKeyEvents (void) {
void IN_StartupJoystick( void ) {}
void IN_JoyMove( void ) {}
#endif
#endif // !USE_SDL