mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-03 18:09:13 +03:00
Added missing string.hpp include in transform2d.cpp
This commit is contained in:
@@ -30,6 +30,8 @@
|
|||||||
|
|
||||||
#include <godot_cpp/variant/transform2d.hpp>
|
#include <godot_cpp/variant/transform2d.hpp>
|
||||||
|
|
||||||
|
#include <godot_cpp/variant/string.hpp>
|
||||||
|
|
||||||
namespace godot {
|
namespace godot {
|
||||||
|
|
||||||
void Transform2D::invert() {
|
void Transform2D::invert() {
|
||||||
|
|||||||
Reference in New Issue
Block a user