Removed binary files
This commit is contained in:
@@ -3,7 +3,7 @@ function OS$()
|
||||
function Command$(arg)
|
||||
function NumCommands()
|
||||
function Env$(v$)
|
||||
sub SetEnv(var$, value$, overwrite)
|
||||
sub SetEnv(var$, value$)
|
||||
function PrefPath$(org_name$, app_name$)
|
||||
function Android_GetExternalStoragePath$()
|
||||
function Android_GetExternalStorageState()
|
||||
@@ -13,9 +13,9 @@ function Runtime_Utility_Message$(arg$)
|
||||
Sub GetDesktopDisplayMode(index, ByRef w, ByRef h, ByRef freq)
|
||||
Sub GetPowerInfo(ByRef status, ByRef secs, ByRef pct)
|
||||
Function EvalJS$(js_code$) 'Only useable in Emscripten
|
||||
function SystemReturnStdOut$(cmd$) 'new
|
||||
function SystemReturnStdOut$(cmd$)
|
||||
function OpenURL(url$)
|
||||
function APIVersion$()
|
||||
function MessageBox(title$, msg$)
|
||||
function Runtime$()
|
||||
function NumCPUs()
|
||||
function SystemRam()
|
||||
|
||||
Reference in New Issue
Block a user