summaryrefslogtreecommitdiffstats
path: root/core/core_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/core_constants.h')
-rw-r--r--core/core_constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/core_constants.h b/core/core_constants.h
index 9302c23959..d5b3b156b2 100644
--- a/core/core_constants.h
+++ b/core/core_constants.h
@@ -39,7 +39,7 @@ public:
static StringName get_global_constant_enum(int p_idx);
static bool get_ignore_value_in_docs(int p_idx);
static const char *get_global_constant_name(int p_idx);
- static int get_global_constant_value(int p_idx);
+ static int64_t get_global_constant_value(int p_idx);
};
#endif // GLOBAL_CONSTANTS_H