Skip to content

Commit

Permalink
Add Projection
Browse files Browse the repository at this point in the history
  • Loading branch information
lilizoey committed Mar 4, 2023
1 parent d9a5d4b commit 8232785
Show file tree
Hide file tree
Showing 5 changed files with 447 additions and 2 deletions.
2 changes: 2 additions & 0 deletions godot-core/src/builtin/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ pub use math::*;
pub use node_path::*;
pub use others::*;
pub use packed_array::*;
pub use projection::*;
pub use quaternion::*;
pub use string::*;
pub use string_name::*;
Expand Down Expand Up @@ -89,6 +90,7 @@ mod math;
mod node_path;
mod others;
mod packed_array;
mod projection;
mod quaternion;
mod string;
mod string_name;
Expand Down
1 change: 0 additions & 1 deletion godot-core/src/builtin/others.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ impl_builtin_stub!(Rect2, OpaqueRect2);
impl_builtin_stub!(Rect2i, OpaqueRect2i);
impl_builtin_stub!(Plane, OpaquePlane);
impl_builtin_stub!(Aabb, OpaqueAabb);
impl_builtin_stub!(Projection, OpaqueProjection);
impl_builtin_stub!(Rid, OpaqueRid);
impl_builtin_stub!(Callable, OpaqueCallable);
impl_builtin_stub!(Signal, OpaqueSignal);
Expand Down
Loading

0 comments on commit 8232785

Please sign in to comment.