summaryrefslogtreecommitdiff
path: root/core/extension/native_extension.h
diff options
context:
space:
mode:
authorne0fhyk <fhuyakou@gmail.com>2021-09-10 08:32:29 -0700
committerne0fhyk <fhuyakou@gmail.com>2021-09-15 12:52:03 -0700
commit69f890ff11a15cc2c1aa651801a872505ab08c81 (patch)
treeba9bbb131814f460a87605d3f9fce3c578e8e06a /core/extension/native_extension.h
parent729461b2a455bd3b4afb26bb362863a68e98a9ee (diff)
Provide a getter for the project data directory.
Diffstat (limited to 'core/extension/native_extension.h')
-rw-r--r--core/extension/native_extension.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/extension/native_extension.h b/core/extension/native_extension.h
index b661381d64..88a98d4ee9 100644
--- a/core/extension/native_extension.h
+++ b/core/extension/native_extension.h
@@ -60,7 +60,7 @@ protected:
static void _bind_methods();
public:
- static const char *EXTENSION_LIST_CONFIG_FILE;
+ static String get_extension_list_config_file();
Error open_library(const String &p_path, const String &p_entry_symbol);
void close_library();