summaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_script.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-01-13 08:27:14 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-01-13 08:27:14 -0300
commit5fca2bd4bc66b246eb331adef01e11858ba80e3c (patch)
tree365e0387e88d174c2948cd518ad506fd74518dde /modules/gdscript/gd_script.h
parentc4cee22510bc8222e66ef2a7fd5d158371ac07e0 (diff)
Reworked how autoloads are load to make sure identifiers always exist, please check if this resolves bug #3156
Diffstat (limited to 'modules/gdscript/gd_script.h')
-rw-r--r--modules/gdscript/gd_script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gd_script.h b/modules/gdscript/gd_script.h
index cf8f762a86..a69f99314a 100644
--- a/modules/gdscript/gd_script.h
+++ b/modules/gdscript/gd_script.h
@@ -534,6 +534,7 @@ public:
virtual void auto_indent_code(String& p_code,int p_from_line,int p_to_line) const;
virtual void add_global_constant(const StringName& p_variable,const Variant& p_value);
+
/* DEBUGGER FUNCTIONS */
virtual String debug_get_error() const;