From 0a960e414811bae5081b45219aad97f6cff5c512 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sun, 6 Sep 2020 21:00:24 +0200 Subject: [PATCH] Some more updates --- src/Error.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Error.h b/src/Error.h index e8dcc52..27e7c63 100644 --- a/src/Error.h +++ b/src/Error.h @@ -125,6 +125,7 @@ namespace ts { could_not_initialise_input_client = 0x708, clientlibrary_not_initialised = 0x709, serverlibrary_not_initialised = 0x70a, + whisper_too_many_targets = 0x70b, whisper_no_targets = 0x70c,