3dphotoshoot

diff src/android/amain.c @ 16:c6952cc82cca

asset manager, android version
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 09 Jun 2015 18:38:33 +0300
parents c71c477521ca
children a94af102872f
line diff
     1.1 --- a/src/android/amain.c	Sun Jun 07 20:40:37 2015 +0300
     1.2 +++ b/src/android/amain.c	Tue Jun 09 18:38:33 2015 +0300
     1.3 @@ -3,6 +3,7 @@
     1.4  #include <assert.h>
     1.5  #include <EGL/egl.h>
     1.6  #include <jni.h>
     1.7 +#include "amain.h"
     1.8  #include "native_glue.h"
     1.9  #include "logger.h"
    1.10  #include "game.h"
    1.11 @@ -20,7 +21,6 @@
    1.12  static EGLSurface surf;
    1.13  static EGLContext ctx;
    1.14  
    1.15 -static struct android_app *app;
    1.16  static int win_width, win_height;
    1.17  static int init_done;
    1.18