diff options
| author | Juan Linietsky <reduzio@gmail.com> | 2016-08-19 16:48:08 -0300 |
|---|---|---|
| committer | Juan Linietsky <reduzio@gmail.com> | 2016-08-19 16:48:41 -0300 |
| commit | 1add52b55e038a4fa789c64f3919f7fcab808e91 (patch) | |
| tree | dd7878449dd1d2301684a5e5aa34b8466744b168 /modules/gdscript/gd_tokenizer.h | |
| parent | 56fa741b7a729bd5a00cff17e4382af547de92ad (diff) | |
| download | redot-engine-1add52b55e038a4fa789c64f3919f7fcab808e91.tar.gz | |
Brand new networked multiplayer
Diffstat (limited to 'modules/gdscript/gd_tokenizer.h')
| -rw-r--r-- | modules/gdscript/gd_tokenizer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/gdscript/gd_tokenizer.h b/modules/gdscript/gd_tokenizer.h index aaff573090..1815f82894 100644 --- a/modules/gdscript/gd_tokenizer.h +++ b/modules/gdscript/gd_tokenizer.h @@ -107,6 +107,10 @@ public: TK_PR_YIELD, TK_PR_SIGNAL, TK_PR_BREAKPOINT, + TK_PR_REMOTE, + TK_PR_SYNC, + TK_PR_MASTER, + TK_PR_SLAVE, TK_BRACKET_OPEN, TK_BRACKET_CLOSE, TK_CURLY_BRACKET_OPEN, |
