comparison src/video/uikit/jumphack.h @ 2765:f55c87ae336b

Final merge of Google Summer of Code 2008 work... Bring SDL to iPhone and iPod Touch by Holmes Futrell, mentored by Sam Lantinga
author Sam Lantinga <slouken@libsdl.org>
date Sat, 04 Oct 2008 06:46:59 +0000
parents
children e8045ba3f79f
comparison
equal deleted inserted replaced
2764:4868c0df2e83 2765:f55c87ae336b
1 /*
2 * jumphack.h
3 * SDLiPhoneOS
4 *
5 */
6
7 #ifndef _jumphack_h
8 #define _jumphack_h
9
10 #include "setjmp.h"
11
12 /* see SDL_uikitevents.m for more info */
13
14 extern jmp_buf *jump_env();
15
16 #endif