DDraceNetwork Documentation
Loading...
Searching...
No Matches
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
9#include <cstddef>
10
21
36const char *InitAndroid();
37
47
61bool StartAndroidServer(const char **ppArguments, size_t NumArguments);
62
70void ExecuteAndroidServerCommand(const char *pCommand);
71
80
81#endif // ANDROID_ANDROID_MAIN_H
void RestartAndroidApp()
Definition android_main.cpp:251
bool IsAndroidServerRunning()
Definition android_main.cpp:307
bool StartAndroidServer(const char **ppArguments, size_t NumArguments)
Definition android_main.cpp:256
const char * InitAndroid()
Definition android_main.cpp:161
void ExecuteAndroidServerCommand(const char *pCommand)
Definition android_main.cpp:291