1
0
mirror of https://github.com/blupi-games/planetblupi-dev synced 2024-12-30 13:55:36 +01:00
planetblupi-dev/android/SDL_android_main.c
Mathieu Schroeter 7f4d0b725e Remove obsolete content (since SDL 2.0.6)
Fix link error on stderr.
2018-06-09 11:43:27 +02:00

12 lines
196 B
C

/*
SDL_android_main.c, placed in the public domain by Sam Lantinga 3/13/14
*/
#include <jni.h>
#include <stdio.h>
#undef stderr
FILE *stderr = &__sF[2];
/* vi: set ts=4 sw=4 expandtab: */