Fix Android
This commit is contained in:
parent
5c9b8d4089
commit
93578e2437
3 changed files with 5 additions and 2 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
#include "_cgo_export.h"
|
||||
|
||||
struct android_app *GetAndroidApp();
|
||||
|
||||
void android_init() {
|
||||
struct android_app *app;
|
||||
app = GetAndroidApp();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue