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
34const char *InitAndroid();
35
45
57
65void ExecuteAndroidServerCommand(const char *pCommand);
66
75
76#endif // ANDROID_ANDROID_MAIN_H
void RestartAndroidApp()
Definition: android_main.cpp:235
bool IsAndroidServerRunning()
Definition: android_main.cpp:279
const char * InitAndroid()
Definition: android_main.cpp:164
void ExecuteAndroidServerCommand(const char *pCommand)
Definition: android_main.cpp:263
bool StartAndroidServer()
Definition: android_main.cpp:240