aboutsummaryrefslogtreecommitdiff
path: root/webAO/dom/window.ts
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-11-17 22:55:36 +0100
committerstonedDiscord <Tukz@gmx.de>2022-11-17 22:55:36 +0100
commit7d3a6dc03bb284e3bb711a4a0fa698d197e585ea (patch)
tree2ff701683033a08e7e67d599fe3ee2a11d70ecf6 /webAO/dom/window.ts
parent60dacea009356d2bcd36bd0dd8c95124f7a3c218 (diff)
both ini dropdown and custom
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 956526c..0b3bd34 100644
--- a/webAO/dom/window.ts
+++ b/webAO/dom/window.ts
@@ -17,6 +17,7 @@ declare global {
changeBackgroundOOC: () => void;
updateActionCommands: (side: string) => void;
updateEvidenceIcon: () => void;
+ updateIniswap: () => void;
resizeChatbox: () => void;
setChatbox: (style: string) => void;
getIndexFromSelect: (select_box: string, value: string) => Number;