aboutsummaryrefslogtreecommitdiff
path: root/core/script_language.h
diff options
context:
space:
mode:
authorJuan Linietsky2014-06-11 10:41:03 -0300
committerJuan Linietsky2014-06-11 10:41:03 -0300
commit9b8696d3dd92e2ed6f310ad0f0bf3c2182c9c6ae (patch)
treeb2ed0515196bb774504b54aab0bf242992ac3d9f /core/script_language.h
parent6f0b4678e26c04abfc88c0226c803e78a108de98 (diff)
downloadgodot-9b8696d3dd92e2ed6f310ad0f0bf3c2182c9c6ae.tar.gz
godot-9b8696d3dd92e2ed6f310ad0f0bf3c2182c9c6ae.tar.zst
godot-9b8696d3dd92e2ed6f310ad0f0bf3c2182c9c6ae.zip
Diffstat (limited to 'core/script_language.h')
-rw-r--r--core/script_language.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/script_language.h b/core/script_language.h
index 560de520c..8c59a9e6b 100644
--- a/core/script_language.h
+++ b/core/script_language.h
@@ -166,6 +166,7 @@ public:
virtual ~ScriptLanguage() {};
};
+extern uint8_t script_encryption_key[32];
class PlaceHolderScriptInstance : public ScriptInstance {