mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Remove extraneous includes from texture.h.
This commit is contained in:
parent
295e465fe4
commit
985e6178b4
33 changed files with 48 additions and 8 deletions
|
|
@ -31,6 +31,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "scene/2d/node_2d.h"
|
||||
#include "scene/resources/gradient.h"
|
||||
|
||||
class RandomNumberGenerator;
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "node_2d.h"
|
||||
#include "scene/2d/node_2d.h"
|
||||
#include "scene/resources/gradient.h"
|
||||
|
||||
class Line2D : public Node2D {
|
||||
GDCLASS(Line2D, Node2D);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue