Update rcore_android.c
This commit is contained in:
parent
3ee752c2e5
commit
c479f25e2b
1 changed files with 1 additions and 6 deletions
|
@ -128,16 +128,11 @@ void android_main(struct android_app *app)
|
|||
}
|
||||
|
||||
// NOTE: Add this to header (if apps really need it)
|
||||
struct android_app *GetAndroidApp(void)
|
||||
extern struct android_app *GetAndroidApp(void)
|
||||
{
|
||||
return platform.app;
|
||||
}
|
||||
|
||||
extern struct ANativeActivity *GetANativeActivity(void)
|
||||
{
|
||||
return platform.app->activity;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Module Functions Definition: Window and Graphics Device
|
||||
//----------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue