view src/video/uikit/jump.c @ 2399:d904584ea86d gsoc2008_iphone

Added SDL_WindowData for UIKit video driver. Now looks up instances here instead of assuming we're referring to a singleton.
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Tue, 22 Jul 2008 22:59:59 +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; }