DDNet documentation
Toggle main menu visibility
Loading...
Searching...
No Matches
ios_main.h
Go to the documentation of this file.
1
#ifndef IOS_IOS_MAIN_H
2
#define IOS_IOS_MAIN_H
3
4
#include <
base/detect.h
>
5
#if !defined(CONF_PLATFORM_IOS)
6
#error "This header should only be included when compiling for iOS"
7
#endif
8
14
15
struct
SDL_Window;
16
30
void
IosDisplayCutoutInsets
(SDL_Window *pWindow,
int
*pLeft,
int
*pRight);
31
44
const
char
*
InitIos
();
45
46
#endif
// IOS_IOS_MAIN_H
detect.h
IosDisplayCutoutInsets
void IosDisplayCutoutInsets(SDL_Window *pWindow, int *pLeft, int *pRight)
Definition
ios_main.mm:22
InitIos
const char * InitIos()
Definition
ios_main.mm:50
src
ios
ios_main.h
Generated by
1.18.0