mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Make core/ includes absolute, remove subfolders from include path
This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes.
This commit is contained in:
@@ -29,8 +29,9 @@
|
||||
/*************************************************************************/
|
||||
|
||||
#include "quat.h"
|
||||
#include "matrix3.h"
|
||||
#include "print_string.h"
|
||||
|
||||
#include "core/math/matrix3.h"
|
||||
#include "core/print_string.h"
|
||||
|
||||
// set_euler_xyz expects a vector containing the Euler angles in the format
|
||||
// (ax,ay,az), where ax is the angle of rotation around x axis,
|
||||
|
||||
Reference in New Issue
Block a user