| | |
| | | /* |
| | | Simple DirectMedia Layer |
| | | Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org> |
| | | Copyright (C) 1997-2018 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 |
| | |
| | | */ |
| | | #include "../../SDL_internal.h" |
| | | |
| | | #ifndef _SDL_uikitmodes_h |
| | | #define _SDL_uikitmodes_h |
| | | #ifndef SDL_uikitmodes_h_ |
| | | #define SDL_uikitmodes_h_ |
| | | |
| | | #include "SDL_uikitvideo.h" |
| | | |
| | |
| | | extern void UIKit_QuitModes(_THIS); |
| | | extern int UIKit_GetDisplayUsableBounds(_THIS, SDL_VideoDisplay * display, SDL_Rect * rect); |
| | | |
| | | #endif /* _SDL_uikitmodes_h */ |
| | | #endif /* SDL_uikitmodes_h_ */ |
| | | |
| | | /* vi: set ts=4 sw=4 expandtab: */ |