view src/video/uikit/jumphack.h @ 4445:06becafcac89

Test for system version in the Apple Recommended way. (a similar test is output by Xcode for the iPhone View Application template).
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 01 May 2010 13:50:56 -0400
parents f55c87ae336b
children e8045ba3f79f
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