comparison src/video/uikit/jumphack.h @ 2446:69ca51fd121d gsoc2008_iphone

Cleaned up, updated header include path
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Sat, 16 Aug 2008 00:09:54 +0000
parents 0a0205afed91
children
comparison
equal deleted inserted replaced
2445:d65e44861a15 2446:69ca51fd121d
2 * jumphack.h 2 * jumphack.h
3 * SDLiPhoneOS 3 * SDLiPhoneOS
4 * 4 *
5 */ 5 */
6 6
7 #ifndef _jumphack_h
8 #define _jumphack_h
9
7 #include "setjmp.h" 10 #include "setjmp.h"
8 11
12 /* see SDL_uikitevents.m for more info */
13
9 extern jmp_buf* jump_env(); 14 extern jmp_buf* jump_env();
10 extern int canJump; 15
16 #endif