Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 182 Bytes

jumphack.h

File metadata and controls

16 lines (11 loc) · 182 Bytes
 
1
2
3
4
5
6
/*
* jumphack.h
* SDLiPhoneOS
*
*/
Aug 16, 2008
Aug 16, 2008
7
8
9
#ifndef _jumphack_h
#define _jumphack_h
10
11
#include "setjmp.h"
Aug 16, 2008
Aug 16, 2008
12
13
/* see SDL_uikitevents.m for more info */
14
extern jmp_buf* jump_env();
Aug 16, 2008
Aug 16, 2008
15
16
#endif