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

12 lines
196 B
C
Raw Normal View History

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