You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Improve compilation speed (forward declarations/includes cleanup)
This commit is contained in:
@@ -29,8 +29,10 @@
|
||||
/*************************************************************************/
|
||||
|
||||
#include "canvas_layer.h"
|
||||
#include "canvas_item.h"
|
||||
#include "viewport.h"
|
||||
|
||||
#include "scene/main/canvas_item.h"
|
||||
#include "scene/main/viewport.h"
|
||||
#include "scene/resources/world_2d.h"
|
||||
|
||||
void CanvasLayer::set_layer(int p_xform) {
|
||||
layer = p_xform;
|
||||
|
||||
Reference in New Issue
Block a user