diff options
| author | Saracen | 2017-02-06 22:44:22 +0000 |
|---|---|---|
| committer | Saracen | 2017-02-28 21:52:33 +0000 |
| commit | 5e938f000136c076f9f35b8332dc7c022687a983 (patch) | |
| tree | a8e79b3f4a557ce4097791f5622728c69d22764f /modules/gdscript/gd_tokenizer.h | |
| parent | 0f8c6dd3822c38b8145f08265abb9eba479f4d15 (diff) | |
| download | godot-5e938f000136c076f9f35b8332dc7c022687a983.tar.gz godot-5e938f000136c076f9f35b8332dc7c022687a983.tar.zst godot-5e938f000136c076f9f35b8332dc7c022687a983.zip | |
Inf and NaN support added to GDScript.
Diffstat (limited to 'modules/gdscript/gd_tokenizer.h')
| -rw-r--r-- | modules/gdscript/gd_tokenizer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/gd_tokenizer.h b/modules/gdscript/gd_tokenizer.h index 5d955ff1a..1e9eda794 100644 --- a/modules/gdscript/gd_tokenizer.h +++ b/modules/gdscript/gd_tokenizer.h @@ -128,6 +128,8 @@ public: TK_NEWLINE, TK_CONST_PI, TK_WILDCARD, + TK_CONST_INF, + TK_CONST_NAN, TK_ERROR, TK_EOF, TK_CURSOR, //used for code completion |
