Initial commit
This commit is contained in:
commit
d7ff68b487
196 changed files with 286314 additions and 0 deletions
7
raylib/platform_android.c
Normal file
7
raylib/platform_android.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
// +build android
|
||||
|
||||
#include "_cgo_export.h"
|
||||
|
||||
void android_main(struct android_app *app) {
|
||||
androidMain(app);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue