log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
3dphotoshoot
view src/android/amain.h @ 27:3d082c566b53
find changesets by author, revision, files, or words in the commit message
fixed all the bugs, pc version works
author
John Tsiombikas <nuclear@member.fsf.org>
date
Thu, 18 Jun 2015 04:32:25 +0300
parents
children
line source
1
#ifndef AMAIN_H_
2
#define AMAIN_H_
3
4
struct android_app *app;
5
6
#endif /* AMAIN_H_ */