mirror of
https://github.com/blupi-games/planetblupi-dev
synced 2024-12-30 13:55:36 +01:00
12 lines
196 B
C
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: */
|