iOS: Export some platform functions.
This commit is contained in:
parent
0b5cd6f8d2
commit
5b2a22b2c0
1 changed files with 6 additions and 0 deletions
|
@ -104,5 +104,11 @@ when defined(android):
|
|||
export platform.myouAndroidGetEGLDisplay
|
||||
export platform.myouAndroidGetEGLConfig
|
||||
export platform.myouAndroidGetEGLContext
|
||||
elif defined(ios):
|
||||
export platform.myouGetDocumentsDir
|
||||
export platform.myouGetCacheDir
|
||||
export platform.myouGetTmpDir
|
||||
export platform.myouGetBundledFilePath
|
||||
|
||||
|
||||
export platform.myouSetKeyboardVisible
|
||||
|
|
Loading…
Reference in a new issue