Update platform_android.go

This commit is contained in:
JupiterRider 2022-10-25 21:31:12 +02:00 committed by GitHub
parent 010d4eb10f
commit 37fe6619d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,3 +131,7 @@ func (a *asset) Close() error {
C.AAsset_close(a.ptr)
return nil
}
func getInternalStoragePath() string {
return C.GoString(C.internal_storage_path)
}