comparison src/video/uikit/jump.h @ 2356:5c27688b08cf gsoc2008_iphone

These files contain some environment storage necessary for an ugly hack I had to write so that SDL_QUIT events would be handled correctly on the platform. Please see the comment in UIKit_PumpEvents located in SDL_uikitevents.m and let me know if there is a better way to do this.
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Thu, 17 Jul 2008 22:50:39 +0000
parents
children
comparison
equal deleted inserted replaced
2355:eec14ed2bb18 2356:5c27688b08cf
1 /*
2 * jump.h
3 * iPodSDL
4 *
5 * Created by Holmes Futrell on 7/2/08.
6 * Copyright 2008 __MyCompanyName__. All rights reserved.
7 *
8 */
9
10 #include "setjmp.h"
11
12 extern jmp_buf* jump_env();
13 extern int canJump;