Mercurial > sdl-ios-xcode
view src/video/uikit/jumphack.h @ 2461:f8cd2eecde64 gsoc2008_iphone
grammar, typos
author | Holmes Futrell <hfutrell@umail.ucsb.edu> |
---|---|
date | Mon, 18 Aug 2008 18:02:43 +0000 |
parents | 69ca51fd121d |
children |
line wrap: on
line source
/* * jumphack.h * SDLiPhoneOS * */ #ifndef _jumphack_h #define _jumphack_h #include "setjmp.h" /* see SDL_uikitevents.m for more info */ extern jmp_buf* jump_env(); #endif