mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Improve compilation speed (forward declarations/includes cleanup)
This commit is contained in:
parent
36892b7fc8
commit
b396fd4eef
308 changed files with 664 additions and 350 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue