view src/video/uikit/jumphack.h @ 2443:febfb349b467 gsoc2008_iphone

Header files that users of the library can include for additional iPhone keyboard functions.
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Fri, 15 Aug 2008 23:53:04 +0000
parents 0a0205afed91
children 69ca51fd121d
line wrap: on
line source

/*
 *  jumphack.h
 *  SDLiPhoneOS
 *
 */

#include "setjmp.h"

extern jmp_buf* jump_env();
extern int canJump;