Mercurial > sdl-ios-xcode
view src/video/uikit/jumphack.c @ 2443:febfb349b467 gsoc2008_iphone
Header files that users of the library can include for additional iPhone keyboard functions.
author | Holmes Futrell <hfutrell@umail.ucsb.edu> |
---|---|
date | Fri, 15 Aug 2008 23:53:04 +0000 |
parents | 0a0205afed91 |
children | 69ca51fd121d |
line wrap: on
line source
/* * jumphack.c * SDLiPhoneOS * */ #include "jump.h" jmp_buf env; jmp_buf *jump_env() { return &env; }