aboutsummaryrefslogtreecommitdiff
path: root/modules/multiscript/register_types.h
diff options
context:
space:
mode:
authorRémi Verschelde2017-04-24 11:03:19 +0200
committerGitHub2017-04-24 11:03:19 +0200
commit4c147008f33773bb385c6a67b1a7394ddbef6126 (patch)
tree25873e2975e6f2723145b5b0ce3f0f969a9e3ac2 /modules/multiscript/register_types.h
parentb474646de081084dd691648f87d6057b77fbd819 (diff)
parent885239fb09da503472bb4def4754036e70b43f1a (diff)
downloadgodot-4c14700.tar.gz
godot-4c14700.tar.zst
godot-4c14700.zip
Merge pull request #8502 from karroffel/multiscript
re-added MultiScript
Diffstat (limited to 'modules/multiscript/register_types.h')
-rw-r--r--modules/multiscript/register_types.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/modules/multiscript/register_types.h b/modules/multiscript/register_types.h
new file mode 100644
index 000000000..b18d1adff
--- /dev/null
+++ b/modules/multiscript/register_types.h
@@ -0,0 +1,31 @@
+/*************************************************************************/
+/* register_types.h */
+/*************************************************************************/
+/* This file is part of: */
+/* GODOT ENGINE */
+/* http://www.godotengine.org */
+/*************************************************************************/
+/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */
+/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */
+/* */
+/* Permission is hereby granted, free of charge, to any person obtaining */
+/* a copy of this software and associated documentation files (the */
+/* "Software"), to deal in the Software without restriction, including */
+/* without limitation the rights to use, copy, modify, merge, publish, */
+/* distribute, sublicense, and/or sell copies of the Software, and to */
+/* permit persons to whom the Software is furnished to do so, subject to */
+/* the following conditions: */
+/* */
+/* The above copyright notice and this permission notice shall be */
+/* included in all copies or substantial portions of the Software. */
+/* */
+/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */
+/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */
+/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/
+/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
+/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */
+/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
+/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
+/*************************************************************************/
+void register_multiscript_types();
+void unregister_multiscript_types();