diff options
Diffstat (limited to 'core/math/camera_matrix.h')
-rw-r--r-- | core/math/camera_matrix.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/math/camera_matrix.h b/core/math/camera_matrix.h index 4b7a4c9346..285d2ae384 100644 --- a/core/math/camera_matrix.h +++ b/core/math/camera_matrix.h @@ -34,10 +34,10 @@ #include "core/math/math_defs.h" #include "core/math/vector3.h" -class AABB; -class Plane; -class Transform3D; +struct AABB; +struct Plane; struct Rect2; +struct Transform3D; struct Vector2; struct CameraMatrix { |