1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Enhancements to includes in core data structures

This commit is contained in:
Aaron Franke
2022-10-05 22:00:15 -05:00
parent ea9bb98f26
commit 97d232c11d
11 changed files with 21 additions and 14 deletions

View File

@@ -31,10 +31,11 @@
#ifndef PROJECTION_H
#define PROJECTION_H
#include "core/math/math_defs.h"
#include "core/math/vector3.h"
#include "core/math/vector4.h"
#include "core/templates/vector.h"
template <class T>
class Vector;
struct AABB;
struct Plane;
@@ -42,7 +43,7 @@ struct Rect2;
struct Transform3D;
struct Vector2;
struct Projection {
struct _NO_DISCARD_ Projection {
enum Planes {
PLANE_NEAR,
PLANE_FAR,