From ace185954c21cf8fa0ef3fcbf336ea86a3ddf2a7 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Thu, 18 Sep 2014 19:02:12 +0200 Subject: Android project template for basic game A basic Android template is provided to start a game --- templates/android_project/AndroidManifest.xml | 36 +++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 templates/android_project/AndroidManifest.xml (limited to 'templates/android_project/AndroidManifest.xml') diff --git a/templates/android_project/AndroidManifest.xml b/templates/android_project/AndroidManifest.xml new file mode 100644 index 00000000..7f542111 --- /dev/null +++ b/templates/android_project/AndroidManifest.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3