summaryrefslogtreecommitdiff
path: root/src/ios.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-02-19 13:15:08 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-02-19 13:15:08 +0200
commit7a0980fd58308f7333254a1276e6dd5072326d98 (patch)
tree8431dfd498762a90944bb5e595f61ea2af914a81 /src/ios.h
parent63dc07ddbecfdf0be7c0bd98c53e492628dda98b (diff)
iOS: Adjusting the UI for a tablet screen
Diffstat (limited to 'src/ios.h')
-rw-r--r--src/ios.h5
1 files changed, 4 insertions, 1 deletions
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. */
24 24
25#include "ui/util.h" 25#include "ui/util.h"
26 26
27void setupApplication_iOS (void); 27iDeclareType(Window)
28 28
29void setupApplication_iOS (void);
30void setupWindow_iOS (iWindow *window);
31iBool processEvent_iOS (const SDL_Event *);