diff options
author | chai <chaifix@163.com> | 2019-01-28 13:20:28 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-28 13:20:28 +0800 |
commit | 3011504dd5d006b9004232f7439e68aeeb8edcf7 (patch) | |
tree | c5009e902163b37e94481cbf0a830942e3b0a61c /Source/3rdParty/SDL2/src/main/android/SDL_android_main.c | |
parent | 5e2c00b40695415e3beefa77868afd7315391665 (diff) |
+sdl freetype
Diffstat (limited to 'Source/3rdParty/SDL2/src/main/android/SDL_android_main.c')
-rw-r--r-- | Source/3rdParty/SDL2/src/main/android/SDL_android_main.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/3rdParty/SDL2/src/main/android/SDL_android_main.c b/Source/3rdParty/SDL2/src/main/android/SDL_android_main.c new file mode 100644 index 0000000..054738a --- /dev/null +++ b/Source/3rdParty/SDL2/src/main/android/SDL_android_main.c @@ -0,0 +1,7 @@ +/* + SDL_android_main.c, placed in the public domain by Sam Lantinga 3/13/14 + + As of SDL 2.0.6 this file is no longer necessary. +*/ + +/* vi: set ts=4 sw=4 expandtab: */ |