3dphotoshoot

annotate src/android/amain.h @ 20:c14613d27a3a

writing a C++ shader class for this
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 11 Jun 2015 02:53:43 +0300
parents
children
rev   line source
nuclear@16 1 #ifndef AMAIN_H_
nuclear@16 2 #define AMAIN_H_
nuclear@16 3
nuclear@16 4 struct android_app *app;
nuclear@16 5
nuclear@16 6 #endif /* AMAIN_H_ */