diff options
| author | Juan Linietsky | 2014-06-11 10:41:03 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-06-11 10:41:03 -0300 |
| commit | 9b8696d3dd92e2ed6f310ad0f0bf3c2182c9c6ae (patch) | |
| tree | b2ed0515196bb774504b54aab0bf242992ac3d9f /core/script_language.h | |
| parent | 6f0b4678e26c04abfc88c0226c803e78a108de98 (diff) | |
| download | godot-9b8696d3dd92e2ed6f310ad0f0bf3c2182c9c6ae.tar.gz godot-9b8696d3dd92e2ed6f310ad0f0bf3c2182c9c6ae.tar.zst godot-9b8696d3dd92e2ed6f310ad0f0bf3c2182c9c6ae.zip | |
Diffstat (limited to 'core/script_language.h')
| -rw-r--r-- | core/script_language.h | 1 |
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 { |
