1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +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,10 @@
#ifndef VECTOR4_H
#define VECTOR4_H
#include "core/math/math_defs.h"
#include "core/error/error_macros.h"
#include "core/math/math_funcs.h"
#include "core/math/vector3.h"
#include "core/string/ustring.h"
class String;
struct _NO_DISCARD_ Vector4 {
static const int AXIS_COUNT = 4;