view src/video/uikit/jump.h @ 2430:166821fa1591 gsoc2008_iphone

A version of testgl2 written using OpenGL ES calls. Necessary because there's no glBegin/glEnd, etc.
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Fri, 15 Aug 2008 00:54:21 +0000
parents 5c27688b08cf
children
line wrap: on
line source

/*
 *  jump.h
 *  iPodSDL
 *
 *  Created by Holmes Futrell on 7/2/08.
 *  Copyright 2008 __MyCompanyName__. All rights reserved.
 *
 */

#include "setjmp.h"

extern jmp_buf* jump_env();
extern int canJump;