Fix compile
This commit is contained in:
@@ -380,5 +380,8 @@ type config_t = { server: string; };
|
|||||||
let config_raw: config_t;
|
let config_raw: config_t;
|
||||||
function strings_check_internet_connection(): string { return ""; }
|
function strings_check_internet_connection(): string { return ""; }
|
||||||
function console_error(s: string) {}
|
function console_error(s: string) {}
|
||||||
|
function console_info(s: string) {}
|
||||||
function plugin_embed() {}
|
function plugin_embed() {}
|
||||||
function tr(id: string, vars: map_t<string, string> = null): string { return id; }
|
function tr(id: string, vars: map_t<string, string> = null): string { return id; }
|
||||||
|
let pipes_offset: i32;
|
||||||
|
function pipes_get_constant_location(s: string): i32 { return 0; }
|
||||||
|
|||||||
Reference in New Issue
Block a user