diff options
| author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-07-20 23:49:08 +0300 |
|---|---|---|
| committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-07-21 09:36:38 +0300 |
| commit | 91c56a0ad166edf31329b8a6363e13960b293f0e (patch) | |
| tree | e79314244d71d489bebaec7d0f22535a079b6751 /test/src/example.h | |
| parent | 8772a7faca8156a502b12dda36e46cdb6904814f (diff) | |
| download | redot-cpp-91c56a0ad166edf31329b8a6363e13960b293f0e.tar.gz | |
Add bindings for Vector4, Vector4i, Projection built-in types.
Diffstat (limited to 'test/src/example.h')
| -rw-r--r-- | test/src/example.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/example.h b/test/src/example.h index 35bc7c8..ca87f74 100644 --- a/test/src/example.h +++ b/test/src/example.h @@ -98,6 +98,7 @@ public: // Property. void set_custom_position(const Vector2 &pos); Vector2 get_custom_position() const; + Vector4 get_v4() const; // Static method. static int test_static(int p_a, int p_b); |
