rnd-20131209-1-src
[rocksndiamonds.git] / src / libgame / android.h
diff --git a/src/libgame/android.h b/src/libgame/android.h
new file mode 100644 (file)
index 0000000..0680958
--- /dev/null
@@ -0,0 +1,20 @@
+/***********************************************************
+* Artsoft Retro-Game Library                               *
+*----------------------------------------------------------*
+* (c) 1994-2006 Artsoft Entertainment                      *
+*               Holger Schemel                             *
+*               Detmolder Strasse 189                      *
+*               33604 Bielefeld                            *
+*               Germany                                    *
+*               e-mail: info@artsoft.org                   *
+*----------------------------------------------------------*
+* android.h                                                *
+***********************************************************/
+
+#ifndef ANDROID_H
+#define ANDROID_H
+
+#include <android/log.h>
+
+
+#endif /* ANDROID_H */