diff options
Diffstat (limited to 'webAO/dom/window.ts')
| -rw-r--r-- | webAO/dom/window.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webAO/dom/window.ts b/webAO/dom/window.ts index ee1b121..ba19982 100644 --- a/webAO/dom/window.ts +++ b/webAO/dom/window.ts @@ -29,7 +29,8 @@ declare global { pickEmotion: (emo: number) => void; pickChar: (ccharacter: any) => void; chartable_filter: (_event: any) => void; - ReconnectButton: (_event: any) => void; + ReconnectButton: () => void; + DisconnectButton: () => void; opusCheck: (channel: HTMLAudioElement) => OnErrorEventHandlerNonNull; imgError: (image: any) => void; charError: (image: any) => void; |
