diff options
| author | Saracen | 2017-02-28 12:10:29 +0000 |
|---|---|---|
| committer | SaracenOne | 2017-09-04 21:41:57 +0100 |
| commit | 92e77d5ff2a74612deb0375d31242e8c529d9b87 (patch) | |
| tree | a6e94c68f677245784c97c7373b597b194c064f1 /modules/recast/register_types.cpp | |
| parent | adde89e8b1c66b4f4814c3b47a5d347ff576428b (diff) | |
| download | godot-92e77d5ff2a74612deb0375d31242e8c529d9b87.tar.gz godot-92e77d5ff2a74612deb0375d31242e8c529d9b87.tar.zst godot-92e77d5ff2a74612deb0375d31242e8c529d9b87.zip | |
Recast integration.
Diffstat (limited to 'modules/recast/register_types.cpp')
| -rw-r--r-- | modules/recast/register_types.cpp | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/modules/recast/register_types.cpp b/modules/recast/register_types.cpp new file mode 100644 index 000000000..654ceec37 --- /dev/null +++ b/modules/recast/register_types.cpp @@ -0,0 +1,34 @@ +/*************************************************************************/ +/* register_types.cpp */ +/*************************************************************************/ +/* This file is part of: */ +/* GODOT ENGINE */ +/* https://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. */ +/*************************************************************************/ + +#include "register_types.h" + +void register_recast_types() {} +void unregister_recast_types() {} |
