changed "http" to "https" in URLs
[rocksndiamonds.git] / src / libgame / android.h
1 // ============================================================================
2 // Artsoft Retro-Game Library
3 // ----------------------------------------------------------------------------
4 // (c) 1995-2014 by Artsoft Entertainment
5 //                  Holger Schemel
6 //                  info@artsoft.org
7 //                  https://www.artsoft.org/
8 // ----------------------------------------------------------------------------
9 // android.h
10 // ============================================================================
11
12 #ifndef ANDROID_H
13 #define ANDROID_H
14
15 #include <android/log.h>
16
17
18 #endif // ANDROID_H