DDNet documentation
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
15struct SDL_Window;
16
30void IosDisplayCutoutInsets(SDL_Window *pWindow, int *pLeft, int *pRight);
31
44const char *InitIos();
45
46#endif // IOS_IOS_MAIN_H
void IosDisplayCutoutInsets(SDL_Window *pWindow, int *pLeft, int *pRight)
Definition ios_main.mm:22
const char * InitIos()
Definition ios_main.mm:50