diff options
Diffstat (limited to 'core/script_language.h')
-rw-r--r-- | core/script_language.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/script_language.h b/core/script_language.h index cb103646ed..87f103bb33 100644 --- a/core/script_language.h +++ b/core/script_language.h @@ -216,6 +216,7 @@ struct ScriptCodeCompletionOption { Kind kind; String display; String insert_text; + RES icon; ScriptCodeCompletionOption() { kind = KIND_PLAIN_TEXT; |