summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gd_tokenizer.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-11-12 21:11:39 +0100
committerGitHub <noreply@github.com>2017-11-12 21:11:39 +0100
commit51ffd452026236431eb8eced345ed36d053c247f (patch)
treec07a50b94ec0454451c96d3752755b78d770d5d5 /modules/gdscript/gd_tokenizer.h
parente9392dd876181c58ebdc309be84cbf397784e87b (diff)
parent91ca725f9b5a4a77ca70024e3bb73b7c7821a530 (diff)
downloadredot-engine-51ffd452026236431eb8eced345ed36d053c247f.tar.gz
Merge pull request #12627 from Goutte/feat-support-tau
Add support for TAU constant.
Diffstat (limited to 'modules/gdscript/gd_tokenizer.h')
-rw-r--r--modules/gdscript/gd_tokenizer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gd_tokenizer.h b/modules/gdscript/gd_tokenizer.h
index c935ce45a1..f4b579def4 100644
--- a/modules/gdscript/gd_tokenizer.h
+++ b/modules/gdscript/gd_tokenizer.h
@@ -128,6 +128,7 @@ public:
TK_DOLLAR,
TK_NEWLINE,
TK_CONST_PI,
+ TK_CONST_TAU,
TK_WILDCARD,
TK_CONST_INF,
TK_CONST_NAN,