Fixed unused local variable warning.

This commit is contained in:
Philipp Wiesemann 2014-04-05 23:24:33 +02:00
parent 274ec047ed
commit 5e41b5887c
2 changed files with 4 additions and 2 deletions

View file

@ -270,7 +270,7 @@ public class SDLActivity extends Activity {
}
// C functions we call
public static native void nativeInit();
public static native int nativeInit();
public static native void nativeLowMemory();
public static native void nativeQuit();
public static native void nativePause();