Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blenderplayer/androidfix.c')
-rw-r--r--source/blenderplayer/androidfix.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blenderplayer/androidfix.c b/source/blenderplayer/androidfix.c
new file mode 100644
index 00000000000..7eda1b51a3f
--- /dev/null
+++ b/source/blenderplayer/androidfix.c
@@ -0,0 +1,7 @@
+int main(int argc, char **argv);
+
+void foo(void)
+{
+
+ main(0,0);
+}