From 7a0980fd58308f7333254a1276e6dd5072326d98 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 19 Feb 2021 13:15:08 +0200 Subject: iOS: Adjusting the UI for a tablet screen --- src/ios.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/ios.h') diff --git a/src/ios.h b/src/ios.h index 09c514b0..90570e20 100644 --- a/src/ios.h +++ b/src/ios.h @@ -24,5 +24,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "ui/util.h" -void setupApplication_iOS (void); +iDeclareType(Window) +void setupApplication_iOS (void); +void setupWindow_iOS (iWindow *window); +iBool processEvent_iOS (const SDL_Event *); -- cgit v1.2.3