aboutsummaryrefslogtreecommitdiff
path: root/webAO/dom/window.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/dom/window.ts')
-rw-r--r--webAO/dom/window.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/dom/window.ts b/webAO/dom/window.ts
index ee1b121..48d0714 100644
--- a/webAO/dom/window.ts
+++ b/webAO/dom/window.ts
@@ -30,6 +30,7 @@ declare global {
pickChar: (ccharacter: any) => void;
chartable_filter: (_event: any) => void;
ReconnectButton: (_event: any) => void;
+ DisconnectButton: () => void;
opusCheck: (channel: HTMLAudioElement) => OnErrorEventHandlerNonNull;
imgError: (image: any) => void;
charError: (image: any) => void;