Minor WebAssembly adjustments

This commit is contained in:
Joshua Granick
2023-05-24 12:37:17 -07:00
parent 79e11e4270
commit 58275329cc
5 changed files with 39 additions and 1 deletions

View File

@@ -28,6 +28,8 @@ namespace lime {
static void GCEnterBlocking ();
static void GCExitBlocking ();
static void GCTryEnterBlocking ();
static void GCTryExitBlocking ();
static bool GetAllowScreenTimeout ();
static std::wstring* GetDeviceModel ();
static std::wstring* GetDeviceVendor ();