Delete unnecesary include
Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
This commit is contained in:
parent
f1a0aaccd7
commit
94e1fbf82b
@ -5,4 +5,5 @@
|
|||||||
[node name="Node3D" type="Node3D"]
|
[node name="Node3D" type="Node3D"]
|
||||||
|
|
||||||
[node name="Test" type="Test" parent="."]
|
[node name="Test" type="Test" parent="."]
|
||||||
|
f_value = 0.596
|
||||||
script = ExtResource("1_3ucc5")
|
script = ExtResource("1_3ucc5")
|
||||||
|
@ -3,8 +3,6 @@
|
|||||||
#include <godot_cpp/variant/utility_functions.hpp>
|
#include <godot_cpp/variant/utility_functions.hpp>
|
||||||
#include <godot_cpp/variant/variant.hpp>
|
#include <godot_cpp/variant/variant.hpp>
|
||||||
|
|
||||||
#include <godot_cpp/classes/image_texture.hpp>
|
|
||||||
|
|
||||||
void Test::_bind_methods() {
|
void Test::_bind_methods() {
|
||||||
ClassDB::bind_method(D_METHOD("get_i_value"), &Test::get_i_value);
|
ClassDB::bind_method(D_METHOD("get_i_value"), &Test::get_i_value);
|
||||||
ClassDB::bind_method(D_METHOD("set_i_value", "i_val"), &Test::set_i_value);
|
ClassDB::bind_method(D_METHOD("set_i_value", "i_val"), &Test::set_i_value);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user