diff options
| author | Juan Linietsky <reduzio@gmail.com> | 2015-06-24 13:29:23 -0300 |
|---|---|---|
| committer | Juan Linietsky <reduzio@gmail.com> | 2015-06-24 13:29:45 -0300 |
| commit | 48f1d02da4795ba9d485fe5fe2bea907be2fc467 (patch) | |
| tree | ae248e1e863bb675026c2cfb8399ac8d23f33ed0 /modules/gdscript/gd_tokenizer.h | |
| parent | 199ad16bbc50d41aaeb76c276947156dafc81481 (diff) | |
| download | redot-engine-48f1d02da4795ba9d485fe5fe2bea907be2fc467.tar.gz | |
added ability to define signals in script
closes #2175
Diffstat (limited to 'modules/gdscript/gd_tokenizer.h')
| -rw-r--r-- | modules/gdscript/gd_tokenizer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gd_tokenizer.h b/modules/gdscript/gd_tokenizer.h index b63687d2b4..d6bd63c5b8 100644 --- a/modules/gdscript/gd_tokenizer.h +++ b/modules/gdscript/gd_tokenizer.h @@ -104,6 +104,7 @@ public: TK_PR_PRELOAD, TK_PR_ASSERT, TK_PR_YIELD, + TK_PR_SIGNAL, TK_BRACKET_OPEN, TK_BRACKET_CLOSE, TK_CURLY_BRACKET_OPEN, |
