view src/video/uikit/jumphack.h @ 4473:e8045ba3f79f

Removed one more use of ()
author Sam Lantinga <slouken@libsdl.org>
date Sat, 26 Jun 2010 08:58:06 -0700
parents f55c87ae336b
children b915b3181cc2
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(void);

#endif