DDraceNetwork Docs
android_main.h
Go to the documentation of this file.
1#ifndef ANDROID_ANDROID_MAIN_H
2#define ANDROID_ANDROID_MAIN_H
3
4#include <base/detect.h>
5#if !defined(CONF_PLATFORM_ANDROID)
6#error "This header should only be included when compiling for Android"
7#endif
8
21const char *InitAndroid();
22
30
31#endif // ANDROID_ANDROID_MAIN_H
void RestartAndroidApp()
Definition: android_main.cpp:233
const char * InitAndroid()
Definition: android_main.cpp:162