diff src/video/SDL_video.c @ 4701:d40bb3165d2b

Added (partially implemented) android video backend and associated files needed to build
author Paul Hunkin <paul@bieh.net>
date Thu, 10 Jun 2010 18:54:23 +1200
parents 9fa97c6b0014
children 1f7ad083fd3c
line wrap: on
line diff
--- a/src/video/SDL_video.c	Sun May 23 15:18:16 2010 +1200
+++ b/src/video/SDL_video.c	Thu Jun 10 18:54:23 2010 +1200
@@ -100,6 +100,9 @@
 #if SDL_VIDEO_DRIVER_PANDORA
     &PND_bootstrap,
 #endif
+#if SDL_VIDEO_DRIVER_ANDROID
+    &Android_bootstrap,
+#endif
     NULL
 };