Web file system implementation + fixes

This commit is contained in:
elasota
2021-04-19 01:02:10 -04:00
parent f15a87041a
commit 84a4d16aed
30 changed files with 373 additions and 81 deletions

View File

@@ -515,6 +515,12 @@ Boolean WaitMouseUp()
return isDown;
}
Boolean WaitMouseUp_DisarmAsyncify()
{
PL_ASYNCIFY_PARANOID_DISARM_FOR_SCOPE();
return WaitMouseUp();
}
short Random()
{
// Should return with range -32767..32767