diff options
| author | Juan Linietsky | 2016-06-26 11:02:15 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-06-26 11:02:15 -0300 |
| commit | f31a6d26f15ef6fe5aac783dc188534074517b1e (patch) | |
| tree | 1c4cf28611fb67093847c1633f2a6b87167c4b73 /modules/cscript/register_types.cpp | |
| parent | 3813160ea015b6e7532455aefd183a274e56fcef (diff) | |
| download | godot-f31a6d26f15ef6fe5aac783dc188534074517b1e.tar.gz godot-f31a6d26f15ef6fe5aac783dc188534074517b1e.tar.zst godot-f31a6d26f15ef6fe5aac783dc188534074517b1e.zip | |
missing files
Diffstat (limited to 'modules/cscript/register_types.cpp')
| -rw-r--r-- | modules/cscript/register_types.cpp | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/modules/cscript/register_types.cpp b/modules/cscript/register_types.cpp new file mode 100644 index 000000000..267e5245e --- /dev/null +++ b/modules/cscript/register_types.cpp @@ -0,0 +1,37 @@ +/*************************************************************************/ +/* register_types.cpp */ +/*************************************************************************/ +/* This file is part of: */ +/* GODOT ENGINE */ +/* http://www.godotengine.org */ +/*************************************************************************/ +/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ +/* */ +/* 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. */ +/*************************************************************************/ +#include "register_types.h" + + +void register_cscript_types() { + +} +void unregister_cscript_types() { + +} |
