view src/video/uikit/jumphack.h @ 2448:e060950cbf30 gsoc2008_iphone

updated #include path, added comments.
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Sat, 16 Aug 2008 00:13:42 +0000
parents 69ca51fd121d
children
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