forward declaration

This commit is contained in:
pypy
2021-01-21 12:35:03 +09:00
parent 725a4f852e
commit 3dcb5ad07d
2 changed files with 4 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ import gameLogService from './service/gamelog.js';
speechSynthesis.getVoices();
(async function () {
var $app = null;
await CefSharp.BindObjectAsync(
'AppApi',
'WebApi',

View File

@@ -16,6 +16,8 @@ import webApiService from './service/webapi.js';
speechSynthesis.getVoices();
(async function () {
var $app = null;
await CefSharp.BindObjectAsync(
'AppApi',
'WebApi',