Update platform_android.go
This commit is contained in:
parent
010d4eb10f
commit
37fe6619d4
1 changed files with 4 additions and 0 deletions
|
@ -131,3 +131,7 @@ func (a *asset) Close() error {
|
||||||
C.AAsset_close(a.ptr)
|
C.AAsset_close(a.ptr)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func getInternalStoragePath() string {
|
||||||
|
return C.GoString(C.internal_storage_path)
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue