You've already forked godot
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user