diff options
| author | Thomas Herzog | 2017-07-24 04:51:34 +0200 |
|---|---|---|
| committer | GitHub | 2017-07-24 04:51:34 +0200 |
| commit | b31973b64de038a1d2dfaa1fcea0c72ee5ce012b (patch) | |
| tree | 0d299c22cbffc2a353c126372a44f067914b71d0 /modules/gdnative/godot/basis.cpp | |
| parent | 85aa0adeef6ab89e98105fdaa49f441e5763d970 (diff) | |
| parent | 534d62d2f4ea1ff4be11b50bc79684b5780e4615 (diff) | |
| download | godot-b31973b64de038a1d2dfaa1fcea0c72ee5ce012b.tar.gz godot-b31973b64de038a1d2dfaa1fcea0c72ee5ce012b.tar.zst godot-b31973b64de038a1d2dfaa1fcea0c72ee5ce012b.zip | |
Merge pull request #9804 from karroffel/gdnative-rewrite
[GDNative] new GDNative API
Diffstat (limited to '')
| -rw-r--r-- | modules/gdnative/godot/basis.cpp (renamed from modules/gdnative/godot/godot_basis.cpp) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gdnative/godot/godot_basis.cpp b/modules/gdnative/godot/basis.cpp index 46464932c..7188215d0 100644 --- a/modules/gdnative/godot/godot_basis.cpp +++ b/modules/gdnative/godot/basis.cpp @@ -1,5 +1,5 @@ /*************************************************************************/ -/* godot_basis.cpp */ +/* basis.cpp */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ @@ -27,7 +27,7 @@ /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#include "godot_basis.h" +#include "basis.h" #include "core/variant.h" #include "core/math/matrix3.h" |
