3dphotoshoot

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

asset manager, android version
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 09 Jun 2015 18:38:33 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/android/amain.h	Tue Jun 09 18:38:33 2015 +0300
     1.3 @@ -0,0 +1,6 @@
     1.4 +#ifndef AMAIN_H_
     1.5 +#define AMAIN_H_
     1.6 +
     1.7 +struct android_app *app;
     1.8 +
     1.9 +#endif	/* AMAIN_H_ */