summaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdscript/gd_functions.h')
-rw-r--r--modules/gdscript/gd_functions.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gdscript/gd_functions.h b/modules/gdscript/gd_functions.h
index fb04527060..ab708e3ebe 100644
--- a/modules/gdscript/gd_functions.h
+++ b/modules/gdscript/gd_functions.h
@@ -97,6 +97,9 @@ public:
RESOURCE_LOAD,
INST2DICT,
DICT2INST,
+ VALIDATE_JSON,
+ PARSE_JSON,
+ TO_JSON,
HASH,
COLOR8,
PRINT_STACK,