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:
@ -30,7 +30,7 @@
|
||||
|
||||
#include "parallax_layer.h"
|
||||
|
||||
#include "engine.h"
|
||||
#include "core/engine.h"
|
||||
#include "parallax_background.h"
|
||||
|
||||
void ParallaxLayer::set_motion_scale(const Size2 &p_scale) {
|
||||
|
||||
Reference in New Issue
Block a user