Mercurial > sdl-ios-xcode
view src/video/uikit/jumphack.h @ 4839:05d172e92b52
Merging branches. Will begin correcting mistakes introduced by merging.
author | Eli Gottlieb <eligottlieb@gmail.com> |
---|---|
date | Mon, 09 Aug 2010 15:41:33 -0400 |
parents | f55c87ae336b |
children | e8045ba3f79f |
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