diff src/video/uikit/jumphack.h @ 2440:0a0205afed91 gsoc2008_iphone

Renamed jump.c and jump.h to jumphack.c and jumphack.h ... why? Because they are undesirable hacks used to allow an SDL programmer to execute his/her own code upon program exit.
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Fri, 15 Aug 2008 19:19:57 +0000
parents
children 69ca51fd121d
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/video/uikit/jumphack.h	Fri Aug 15 19:19:57 2008 +0000
@@ -0,0 +1,10 @@
+/*
+ *  jumphack.h
+ *  SDLiPhoneOS
+ *
+ */
+
+#include "setjmp.h"
+
+extern jmp_buf* jump_env();
+extern int canJump;
\ No newline at end of file