| | |
| | | /* |
| | | Simple DirectMedia Layer |
| | | Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org> |
| | | Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org> |
| | | |
| | | This software is provided 'as-is', without any express or implied |
| | | warranty. In no event will the authors be held liable for any damages |
| | |
| | | misrepresented as being the original software. |
| | | 3. This notice may not be removed or altered from any source distribution. |
| | | */ |
| | | #include "SDL_config.h" |
| | | #include "../../SDL_internal.h" |
| | | |
| | | #ifndef _SDL_androidwindow_h |
| | | #define _SDL_androidwindow_h |
| | | |
| | | #include "../../core/android/SDL_android.h" |
| | | #include "../SDL_egl.h" |
| | | #include "../SDL_egl_c.h" |
| | | |
| | | extern int Android_CreateWindow(_THIS, SDL_Window * window); |
| | | extern void Android_SetWindowTitle(_THIS, SDL_Window * window); |