Mercurial > sdl-ios-xcode
view src/video/uikit/jump.c @ 2378:d76ecec0c3f7 gsoc2008_iphone
iPhone SDL 1.3 demos go here. All these demos are written using pure SDL 1.3 code. No compatibility calls! Perhaps if they are any good they could be use as tests for the SDL 1.3 release.
author | Holmes Futrell <hfutrell@umail.ucsb.edu> |
---|---|
date | Fri, 18 Jul 2008 20:46:02 +0000 |
parents | 5c27688b08cf |
children |
line wrap: on
line source
/* * jump.c * iPodSDL * * Created by Holmes Futrell on 7/2/08. * Copyright 2008 __MyCompanyName__. All rights reserved. * */ #include "jump.h" jmp_buf env; jmp_buf *jump_env() { return &env; }