summaryrefslogtreecommitdiffstats
path: root/core/core_bind.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/core_bind.h')
-rw-r--r--core/core_bind.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/core/core_bind.h b/core/core_bind.h
index 430ecdc906..86828365f9 100644
--- a/core/core_bind.h
+++ b/core/core_bind.h
@@ -2,9 +2,11 @@
/* core_bind.h */
/**************************************************************************/
/* This file is part of: */
-/* GODOT ENGINE */
-/* https://godotengine.org */
+/* REDOT ENGINE */
+/* https://redotengine.org */
/**************************************************************************/
+/* Copyright (c) 2024-present Redot Engine contributors */
+/* (see REDOT_AUTHORS.md) */
/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */
/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */
/* */
@@ -543,9 +545,12 @@ public:
MainLoop *get_main_loop() const;
Dictionary get_version_info() const;
+ Dictionary get_godot_compatible_version_info() const;
Dictionary get_author_info() const;
+ Dictionary get_godot_author_info() const;
TypedArray<Dictionary> get_copyright_info() const;
Dictionary get_donor_info() const;
+ Dictionary get_godot_donor_info() const;
Dictionary get_license_info() const;
String get_license_text() const;