1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +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 QUATERNION_H
#define QUATERNION_H
#include "core/math/math_defs.h"
#include "core/math/math_funcs.h"
#include "core/math/vector3.h"
#include "core/string/ustring.h"
class String;
struct _NO_DISCARD_ Quaternion {
union {