view src/video/uikit/jumphack.h @ 2440:0a0205afed91 gsoc2008_iphone

Renamed jump.c and jump.h to jumphack.c and jumphack.h ... why? Because they are undesirable hacks used to allow an SDL programmer to execute his/her own code upon program exit.
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Fri, 15 Aug 2008 19:19:57 +0000
parents
children 69ca51fd121d
line wrap: on
line source

/*
 *  jumphack.h
 *  SDLiPhoneOS
 *
 */

#include "setjmp.h"

extern jmp_buf* jump_env();
extern int canJump;