iOS: Export some platform functions.

This commit is contained in:
Alberto Torres 2025-03-18 16:46:05 +01:00
parent 0b5cd6f8d2
commit 5b2a22b2c0

View file

@ -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