Mercurial > sdl-ios-xcode
view src/video/uikit/jumphack.h @ 2442:ce6623e28015 gsoc2008_iphone
renamed and moved up one directory
author | Holmes Futrell <hfutrell@umail.ucsb.edu> |
---|---|
date | Fri, 15 Aug 2008 23:51:11 +0000 |
parents | 0a0205afed91 |
children | 69ca51fd121d |
line wrap: on
line source
/* * jumphack.h * SDLiPhoneOS * */ #include "setjmp.h" extern jmp_buf* jump_env(); extern int canJump;