mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
Creates the main omath header file that includes all omath library components. This provides a single point of inclusion for the entire library, simplifying usage and dependency management. Also, adjusts the return types for projectile prediction functions within the legacy engine to explicitly use the `Vector3` type for consistency and clarity.