diff options
author | Thomas Herzog <thomas.herzog@mail.com> | 2017-10-03 14:24:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-03 14:24:32 +0200 |
commit | 83cc9b8092acc662a87e365e996e94782177ecaa (patch) | |
tree | 6c6fffba149aa2564e3d5b681fa8741a4486349c /src/core/PoolArrays.cpp | |
parent | def39f4862f8d2340db45d3a41903b59e37e3eda (diff) | |
parent | 4adf3db60be53009361a58489e702bf5ad5328b0 (diff) | |
download | redot-cpp-83cc9b8092acc662a87e365e996e94782177ecaa.tar.gz |
Merge pull request #40 from RameshRavone/patch-6
updated bindings
Diffstat (limited to 'src/core/PoolArrays.cpp')
-rw-r--r-- | src/core/PoolArrays.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/PoolArrays.cpp b/src/core/PoolArrays.cpp index e33ce0e..fbd4d69 100644 --- a/src/core/PoolArrays.cpp +++ b/src/core/PoolArrays.cpp @@ -7,7 +7,7 @@ #include "Vector2.hpp" #include "Vector3.hpp" -#include <godot/pool_arrays.h> +#include <gdnative/pool_arrays.h> namespace godot { |