mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 07:16:52 -05:00
Moved prototype for static function out of header file to prevent warnings.
This commit is contained in:
parent
0156bfbfcc
commit
36e6e25ae1
|
|
@ -50,6 +50,8 @@ extern "C" {
|
|||
|
||||
/* Implemented in audio/android/SDL_androidaudio.c */
|
||||
extern void Android_RunAudioThread();
|
||||
|
||||
static void Android_JNI_ThreadDestroyed(void*);
|
||||
} // C
|
||||
|
||||
/*******************************************************************************
|
||||
|
|
|
|||
|
|
@ -62,7 +62,6 @@ int Android_JNI_GetPowerInfo(int* plugged, int* charged, int* battery, int* seco
|
|||
|
||||
/* Threads */
|
||||
#include <jni.h>
|
||||
static void Android_JNI_ThreadDestroyed(void*);
|
||||
JNIEnv *Android_JNI_GetEnv(void);
|
||||
int Android_JNI_SetupThread(void);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user